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
5e8970cf
Commit
5e8970cf
authored
Sep 16, 2021
by
Jon Azpiazu
Browse files
Redo using reference instead of anchor
parent
4a705e7a
Pipeline
#56501
failed with stage
in 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ci-templates/core.yml
View file @
5e8970cf
...
...
@@ -15,8 +15,9 @@ services:
-
name
:
tecnalia-docker-dev.artifact.tecnalia.com/docker:dind
alias
:
docker
.lfs_setup_template
:
&lfs_setup_definition
# Hidden key that defines an anchor
AFTER_SETUP_UPSTREAM_WORKSPACE
:
"
bash
<(curl
-s
https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh);
\
.lfs_setup_template
:
variables
:
AFTER_SETUP_UPSTREAM_WORKSPACE
:
"
bash
<(curl
-s
https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh);
\
apt
install
-qq
-y
git-lfs;
\
git
config
--global
credential.helper
store;
\
echo
https://$ARTIFACT_CI_USER:$ARTIFACT_CI_TOKEN@artifact.tecnalia.com
>
~/.git-credentials
;
\
...
...
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