Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Eoin Clerkin
cbmroot-hub
Commits
1831f7ed
Commit
1831f7ed
authored
Apr 27, 2020
by
Evgeny Lavrik
Browse files
Update .gitlab-ci.yml
parent
3d99a04c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
.gitlab-ci.yml
.gitlab-ci.yml
+3
-3
No files found.
.gitlab-ci.yml
View file @
1831f7ed
...
...
@@ -18,7 +18,7 @@ fairroot:
# Build and push the image from the Dockerfile at the root of the project.
# To push to a specific docker tag, amend the --destination parameter, e.g. --destination $CI_REGISTRY_IMAGE:$CI_BUILD_REF_NAME
# See https://docs.gitlab.com/ee/ci/variables/predefined_variables.html#variables-reference for available variables
-
/kaniko/executor --cache=true --context $CI_PROJECT_DIR --dockerfile $CI_PROJECT_DIR/FairRoot.Dockerfile --destination $CI_REGISTRY
/$CI_PROJECT_NAMESPAC
E/$CI_JOB_NAME:latest
-
/kaniko/executor --cache=true --context $CI_PROJECT_DIR --dockerfile $CI_PROJECT_DIR/FairRoot.Dockerfile --destination $CI_REGISTRY
_IMAG
E/$CI_JOB_NAME:latest
retry
:
2
only
:
changes
:
...
...
@@ -39,7 +39,7 @@ cbmroot:
# Build and push the image from the Dockerfile at the root of the project.
# To push to a specific docker tag, amend the --destination parameter, e.g. --destination $CI_REGISTRY_IMAGE:$CI_BUILD_REF_NAME
# See https://docs.gitlab.com/ee/ci/variables/predefined_variables.html#variables-reference for available variables
-
/kaniko/executor --cache=true --context $CI_PROJECT_DIR --dockerfile $CI_PROJECT_DIR/CbmRoot.Dockerfile --destination $CI_REGISTRY
/$CI_PROJECT_NAMESPAC
E/$CI_JOB_NAME:latest
-
/kaniko/executor --cache=true --context $CI_PROJECT_DIR --dockerfile $CI_PROJECT_DIR/CbmRoot.Dockerfile --destination $CI_REGISTRY
_IMAG
E/$CI_JOB_NAME:latest
retry
:
2
only
:
changes
:
...
...
@@ -60,7 +60,7 @@ cbmroot-hub:
# Build and push the image from the Dockerfile at the root of the project.
# To push to a specific docker tag, amend the --destination parameter, e.g. --destination $CI_REGISTRY_IMAGE:$CI_BUILD_REF_NAME
# See https://docs.gitlab.com/ee/ci/variables/predefined_variables.html#variables-reference for available variables
-
/kaniko/executor --cache=true --context $CI_PROJECT_DIR --dockerfile $CI_PROJECT_DIR/Jupyterhub.Dockerfile --destination $CI_REGISTRY
/$CI_PROJECT_NAMESPACE/$CI_JOB_NAM
E:latest
-
/kaniko/executor --cache=true --context $CI_PROJECT_DIR --dockerfile $CI_PROJECT_DIR/Jupyterhub.Dockerfile --destination $CI_REGISTRY
_IMAG
E:latest
retry
:
2
only
:
changes
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment