Skip to content
Snippets Groups Projects
Commit f8f244d2 authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

typo

parent 27573e52
No related branches found
No related tags found
1 merge request!9Draft: split build in multiple stage
Pipeline #102204 canceled
...@@ -42,7 +42,7 @@ build-my-rbase: ...@@ -42,7 +42,7 @@ build-my-rbase:
STAGE_NAME: "my-rbase" STAGE_NAME: "my-rbase"
script: script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
- if [ "$R_VERSION" == "latest" ]; then export R_VERSION_PATH_TAG="v-latest"; else export R_VERSION_PATH_TAG=$R_VERSION; exit - if [ "$R_VERSION" == "latest" ]; then export R_VERSION_PATH_TAG="v-latest"; else export R_VERSION_PATH_TAG=$R_VERSION; fi
# pull the previous stage # pull the previous stage
- docker pull "$CI_REGISTRY_IMAGE/$CI_COMMIT_REF_SLUG/my-base:latest" - docker pull "$CI_REGISTRY_IMAGE/$CI_COMMIT_REF_SLUG/my-base:latest"
# pull the latest build of the target R version in order to re-use it # pull the latest build of the target R version in order to re-use it
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment