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

rename target

parent bd7dae0e
No related branches found
No related tags found
1 merge request!9Draft: split build in multiple stage
......@@ -66,11 +66,11 @@ build-my-rbase:
build-my-r-shiny:
build-my-rshiny:
stage: build
needs: ["build-my-rbase"]
variables:
STAGE_NAME: "my-r-shiny"
STAGE_NAME: "my-rshiny"
script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
# pull the previous stage
......@@ -112,7 +112,7 @@ build-my-r-shiny:
build-example:
stage: build
needs: ["build-my-r-shiny"]
needs: ["build-my-rshiny"]
only:
- main
before_script:
......
......@@ -50,7 +50,7 @@ RUN R -q -e "sessionInfo()"
###########################################################
# RShiny image
###########################################################
FROM my-base as my-r-shiny
FROM my-base as my-rshiny
ARG SHINY_SERVER_VERSION=latest
# Install R packages included Shiny, then install shiny server
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment