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

typo: add s to variables

parent 8c0c4cec
No related branches found
No related tags found
1 merge request!9Draft: split build in multiple stage
Pipeline #102166 failed
...@@ -7,7 +7,7 @@ services: ...@@ -7,7 +7,7 @@ services:
build-my-base: build-my-base:
stage: build stage: build
variable: variables:
STAGE_NAME="my-base" STAGE_NAME="my-base"
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
...@@ -30,7 +30,7 @@ build-my-base: ...@@ -30,7 +30,7 @@ build-my-base:
build-my-r-base: build-my-r-base:
stage: build stage: build
needs: [build-my-base] needs: [build-my-base]
variable: variables:
STAGE_NAME="my-r-base" STAGE_NAME="my-r-base"
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
...@@ -56,7 +56,7 @@ build-my-r-base: ...@@ -56,7 +56,7 @@ build-my-r-base:
build-my-r-shiny: build-my-r-shiny:
stage: build stage: build
needs: ["build-my-r-base"] needs: ["build-my-r-base"]
variable: variables:
STAGE_NAME="my-r-shiny" STAGE_NAME="my-r-shiny"
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment