Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
docker-coast-build
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ifs
coast
docker-coast-build
Commits
eb585c8e
Commit
eb585c8e
authored
4 years ago
by
Marcel Huber
Browse files
Options
Downloads
Patches
Plain Diff
removed --pull option as it ignores local images
parent
09621a30
No related branches found
No related tags found
No related merge requests found
Pipeline
#324466
canceled
4 years ago
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+1
-3
1 addition, 3 deletions
.gitlab-ci.yml
with
1 addition
and
3 deletions
.gitlab-ci.yml
+
1
−
3
View file @
eb585c8e
...
@@ -26,10 +26,8 @@ Build:
...
@@ -26,10 +26,8 @@ Build:
-
export LABEL_BUILD_DATE="$(date -u +"%Y-%m-%dT%H:%M:%SZ")"
-
export LABEL_BUILD_DATE="$(date -u +"%Y-%m-%dT%H:%M:%SZ")"
LABEL_VERSION="${CI_COMMIT_TAG:-$CI_COMMIT_REF_NAME}"
LABEL_VERSION="${CI_COMMIT_TAG:-$CI_COMMIT_REF_NAME}"
IMAGE_TAG=$CI_COMMIT_REF_SLUG
IMAGE_TAG=$CI_COMMIT_REF_SLUG
-
docker-compose
--verbose
config
-
if [ -n "$DUMP_COMPOSE_CONFIG" ]; then
docker-compose config
; fi
-
docker-compose build
-
docker-compose build
--pull
--no-cache
-
docker-compose push
-
docker-compose push
Test unprivileged
:
Test unprivileged
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment