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
66b61c7d
Commit
66b61c7d
authored
Dec 21, 2020
by
Jon Azpiazu
Browse files
Set artifactory registry as proxy to pull jobs' images
parent
11ce90c3
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-industrial-ci-kinetic-no-rosinstall.yml
View file @
66b61c7d
image
:
docker:git
image
:
tecnalia-docker-dev.artifact.tecnalia.com/
docker:git
variables
:
TMPDIR
:
/builds/${CI_PROJECT_NAMESPACE}
...
...
@@ -128,7 +128,7 @@ bash_syntax:
##########################################################
markdown_syntax
:
stage
:
postcheck
script
:
docker run -v ${PWD}:/ac cytopia/awesome-ci syntax-markdown --path=/ac --extension=md --ignore=.ci_config --custom="-r ~MD013,~MD014"
script
:
docker run -v ${PWD}:/ac
tecnalia-docker-dev.artifact.tecnalia.com/
cytopia/awesome-ci syntax-markdown --path=/ac --extension=md --ignore=.ci_config --custom="-r ~MD013,~MD014"
when
:
always
tags
:
-
docker
...
...
@@ -143,8 +143,8 @@ file_syntax:
stage
:
postcheck
script
:
-
RET=0
-
docker run -v ${PWD}:/ac cytopia/awesome-ci file-trailing-space --path=/ac --extension=py,txt,cpp,h,md,sh,bash,xml,launch --ignore=.ci_config || RET=1
-
docker run -v ${PWD}:/ac cytopia/awesome-ci file-utf8 --path=/ac --extension=py,txt,cpp,h,md,sh,bash,xml,launch --ignore=.ci_config || RET=1
-
docker run -v ${PWD}:/ac
tecnalia-docker-dev.artifact.tecnalia.com/
cytopia/awesome-ci file-trailing-space --path=/ac --extension=py,txt,cpp,h,md,sh,bash,xml,launch --ignore=.ci_config || RET=1
-
docker run -v ${PWD}:/ac
tecnalia-docker-dev.artifact.tecnalia.com/
cytopia/awesome-ci file-utf8 --path=/ac --extension=py,txt,cpp,h,md,sh,bash,xml,launch --ignore=.ci_config || RET=1
-
exit $RET
when
:
always
tags
:
...
...
@@ -157,7 +157,7 @@ file_syntax:
##########################################################
adoc_syntax
:
stage
:
postcheck
image
:
alpine
image
:
tecnalia-docker-dev.artifact.tecnalia.com/
alpine
before_script
:
-
apk add --update curl asciidoctor bash
script
:
...
...
.gitlab-industrial-ci-kinetic-with-rosinstall.yml
View file @
66b61c7d
image
:
docker:git
image
:
tecnalia-docker-dev.artifact.tecnalia.com/
docker:git
variables
:
TMPDIR
:
/builds/${CI_PROJECT_NAMESPACE}
...
...
@@ -130,7 +130,7 @@ bash_syntax:
##########################################################
markdown_syntax
:
stage
:
postcheck
script
:
docker run -v ${PWD}:/ac cytopia/awesome-ci syntax-markdown --path=/ac --extension=md --ignore=.ci_config --custom="-r ~MD013,~MD014"
script
:
docker run -v ${PWD}:/ac
tecnalia-docker-dev.artifact.tecnalia.com/
cytopia/awesome-ci syntax-markdown --path=/ac --extension=md --ignore=.ci_config --custom="-r ~MD013,~MD014"
when
:
always
tags
:
-
docker
...
...
@@ -145,8 +145,8 @@ file_syntax:
stage
:
postcheck
script
:
-
RET=0
-
docker run -v ${PWD}:/ac cytopia/awesome-ci file-trailing-space --path=/ac --extension=py,txt,cpp,h,md,sh,bash,xml,launch --ignore=.ci_config || RET=1
-
docker run -v ${PWD}:/ac cytopia/awesome-ci file-utf8 --path=/ac --extension=py,txt,cpp,h,md,sh,bash,xml,launch --ignore=.ci_config || RET=1
-
docker run -v ${PWD}:/ac
tecnalia-docker-dev.artifact.tecnalia.com/
cytopia/awesome-ci file-trailing-space --path=/ac --extension=py,txt,cpp,h,md,sh,bash,xml,launch --ignore=.ci_config || RET=1
-
docker run -v ${PWD}:/ac
tecnalia-docker-dev.artifact.tecnalia.com/
cytopia/awesome-ci file-utf8 --path=/ac --extension=py,txt,cpp,h,md,sh,bash,xml,launch --ignore=.ci_config || RET=1
-
exit $RET
when
:
always
tags
:
...
...
@@ -159,7 +159,7 @@ file_syntax:
##########################################################
adoc_syntax
:
stage
:
postcheck
image
:
alpine
image
:
tecnalia-docker-dev.artifact.tecnalia.com/
alpine
before_script
:
-
apk add --update curl asciidoctor bash
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