Skip to content
Snippets Groups Projects
Commit 3bbde5e8 authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

Update .gitlab-ci.yml file

parent 67d54ab6
No related branches found
No related tags found
1 merge request!427Resolve "Wolf license"
Pipeline #7304 failed
This commit is part of merge request !427. Comments created here will be created in the context of that merge request.
......@@ -50,6 +50,7 @@ license_header:
##
- echo "$SSH_KNOWN_HOSTS"
- echo "$SSH_KNOWN_HOSTS" >> ~/.ssh/known_hosts
- ssh-keyscan -H -p 2202 gitlab.iri.upc.edu >> $HOME/.ssh/known_hosts
- chmod 644 ~/.ssh/known_hosts
- echo "$SSH_PUBLIC_KEY"
......@@ -70,7 +71,7 @@ license_header:
- echo "$CI_COMMIT_REF_NAME"
# push changes
# always return true so that the build does not fail if there are no changes
- git push origin ci_processing:${CI_COMMIT_REF_NAME} || true
- git push origin ci_processing:${CI_COMMIT_REF_NAME}
build_and_test:xenial:
stage: build_and_test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment