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
Prada Sarasola, Miguel
templates
Commits
bddd0b2d
Commit
bddd0b2d
authored
Dec 23, 2020
by
Jon Azpiazu
Browse files
Changes in registry and login
parent
66b61c7d
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-industrial-ci-kinetic-with-rosinstall.yml
View file @
bddd0b2d
image
:
tecnalia-docker-dev.artifact.tecnalia.com/
docker:git
image
:
docker:git
variables
:
variables
:
TMPDIR
:
/builds/${CI_PROJECT_NAMESPACE}
TMPDIR
:
/builds/${CI_PROJECT_NAMESPACE}
...
@@ -14,6 +14,7 @@ stages:
...
@@ -14,6 +14,7 @@ stages:
before_script
:
before_script
:
-
apk add --update bash coreutils tar wget
-
apk add --update bash coreutils tar wget
-
docker login tecnalia-docker-dev.artifact.tecnalia.com -u ${ARTIFACT_CI_USER} -p ${ARTIFACT_CI_TOKEN}
.industrial_ci
:
.industrial_ci
:
stage
:
build
stage
:
build
...
@@ -21,6 +22,7 @@ before_script:
...
@@ -21,6 +22,7 @@ before_script:
-
apk add --update bash coreutils tar
-
apk add --update bash coreutils tar
-
git clone --quiet --depth 1 https://github.com/ros-industrial/industrial_ci.git .ci_config -b legacy
-
git clone --quiet --depth 1 https://github.com/ros-industrial/industrial_ci.git .ci_config -b legacy
-
docker login ${ARTIFACT_DOCKER_URL} -u ${ARTIFACT_CI_USER} -p ${ARTIFACT_CI_TOKEN}
-
docker login ${ARTIFACT_DOCKER_URL} -u ${ARTIFACT_CI_USER} -p ${ARTIFACT_CI_TOKEN}
-
docker login tecnalia-docker-dev.artifact.tecnalia.com -u ${ARTIFACT_CI_USER} -p ${ARTIFACT_CI_TOKEN}
script
:
.ci_config/gitlab.sh
script
:
.ci_config/gitlab.sh
variables
:
variables
:
ADDITIONAL_DEBS
:
curl
ADDITIONAL_DEBS
:
curl
...
@@ -159,7 +161,7 @@ file_syntax:
...
@@ -159,7 +161,7 @@ file_syntax:
##########################################################
##########################################################
adoc_syntax
:
adoc_syntax
:
stage
:
postcheck
stage
:
postcheck
image
:
tecnalia-docker-dev.artifact.tecnalia.com/
alpine
image
:
alpine
before_script
:
before_script
:
-
apk add --update curl asciidoctor bash
-
apk add --update curl asciidoctor bash
script
:
script
:
...
...
Write
Preview
Supports
Markdown
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