Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
UMR-ASTRE
mapMCDA
Commits
66f9e640
Commit
66f9e640
authored
Aug 28, 2020
by
Facundo Muñoz
®️
Browse files
GitLab CI: login not necessary? Fix image names.
parent
94bccb55
Pipeline
#16834
passed with stages
in 7 minutes and 46 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
66f9e640
...
...
@@ -18,10 +18,6 @@ variables:
BUILD_LOGS_DIR
:
"
$CI_PROJECT_DIR/ci/logs/$CI_PROJECT_NAME.Rcheck"
# https://forgemia.inra.fr/help/user/packages/container_registry/index#container-registry-examples-with-gitlab-cicd
before_script
:
-
docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
.test-template
:
&test
script
:
-
mkdir -p $R_LIBS $BUILD_LOGS_DIR
...
...
@@ -44,11 +40,11 @@ test-oldrel:
test-release
:
<<
:
*test
image
:
$CI_REGISTRY_IMAGE:release
image
:
$CI_REGISTRY_IMAGE
/mapmcda_testenv
:release
test-devel
:
<<
:
*test
image
:
mapmcda_testenv:devel
image
:
$CI_REGISTRY_IMAGE/
mapmcda_testenv:devel
after_script
:
...
...
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