Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
analytics
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nomad-lab
analytics
Commits
6ed4bf2d
Commit
6ed4bf2d
authored
5 years ago
by
Luigi Sbailo
Browse files
Options
Downloads
Patches
Plain Diff
Fix typo
parent
9e53e183
Branches
Branches containing commit
No related tags found
1 merge request
!123
testing develop merge
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
with
1 addition
and
1 deletion
.gitlab-ci.yml
+
1
−
1
View file @
6ed4bf2d
...
@@ -20,7 +20,7 @@ build to develop:
...
@@ -20,7 +20,7 @@ build to develop:
script
:
script
:
# Using cache to speed up the build process
# Using cache to speed up the build process
-
docker pull ${CI_REGISTRY_IMAGE}:latest ||
true
-
docker pull ${CI_REGISTRY_IMAGE}:latest ||
true
-
docker build --cache-from ${CI_REGISTRY_IMAGE}:latest --tag ${CI_REGISTRY_IMAGE}:${CI_COMMIT_SHORT_SHA} .
-
docker build --cache-from ${CI_REGISTRY_IMAGE}:latest --tag ${CI_REGISTRY_IMAGE}:
develop
${CI_COMMIT_SHORT_SHA} .
-
docker push ${CI_REGISTRY_IMAGE}:develop${CI_COMMIT_SHORT_SHA}
-
docker push ${CI_REGISTRY_IMAGE}:develop${CI_COMMIT_SHORT_SHA}
rules
:
rules
:
# Execute jobs when a new commit is pushed to develop branch
# Execute jobs when a new commit is pushed to develop branch
...
...
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