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
tecnalia_robotics-public
templates
Commits
30d73bef
Commit
30d73bef
authored
Nov 23, 2021
by
Jon Azpiazu
Browse files
Fix typo
parent
e06df346
Pipeline
#61171
passed with stage
in 12 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
ci-templates/README.adoc
View file @
30d73bef
...
@@ -23,7 +23,7 @@ The Core pipeline, defined in link:ci-templates/core.yml[], has the following st
...
@@ -23,7 +23,7 @@ The Core pipeline, defined in link:ci-templates/core.yml[], has the following st
** Calls `ddeploy` to generate the docker image
** Calls `ddeploy` to generate the docker image
** Renames the image created by ddeploy with different tags and pushes them to the registry.
** Renames the image created by ddeploy with different tags and pushes them to the registry.
*** Tag `${COMMIT_SHA}` (hash of commit)
*** Tag `${COMMIT_SHA}` (hash of commit)
*** Tag `${CI_COMMIT_REF}` (branch or tag name)
*** Tag `${CI_COMMIT_REF
_NAME
}` (branch or tag name)
*** Tag `latest` only on the default branch
*** Tag `latest` only on the default branch
- Stage: `.post`
- Stage: `.post`
* Check `bash`/`sh` script syntax
* Check `bash`/`sh` script syntax
...
...
ci-templates/industrial-ci-templates.yml
View file @
30d73bef
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
variables
:
variables
:
DOCKER_PUSH_REGISTRY
:
${ARTIFACT_DOCKER_URL}
DOCKER_PUSH_REGISTRY
:
${ARTIFACT_DOCKER_URL}
DOCKER_PUSH_NAME
:
${CI_PROJECT_PATH}
DOCKER_PUSH_NAME
:
${CI_PROJECT_PATH}
DOCKER_PUSH_TAG
:
${CI_COMMIT_REF}
DOCKER_PUSH_TAG
:
${CI_COMMIT_REF
_NAME
}
DDEPLOY_YAML
:
ddeploy.yaml
DDEPLOY_YAML
:
ddeploy.yaml
before_script
:
before_script
:
-
apk add --update python3 git py3-pip git-lfs
-
apk add --update python3 git py3-pip git-lfs
...
...
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