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

Update .gitlab-ci.yml file

parent ae4eb24d
No related branches found
No related tags found
1 merge request!427Resolve "Wolf license"
Pipeline #7315 canceled
This commit is part of merge request !427. Comments created here will be created in the context of that merge request.
...@@ -77,8 +77,6 @@ license_header: ...@@ -77,8 +77,6 @@ license_header:
#- chmod 644 ~/.ssh/known_hosts #- chmod 644 ~/.ssh/known_hosts
script: script:
- git clone ssh://git@gitlab.iri.upc.edu:2202/mobile_robotics/wolf_projects/wolf_lib/wolf.git
- git checkout -b ci_processing || git checkout ci_processing
- echo "$CI_EMAIL" - echo "$CI_EMAIL"
- echo "$CI_USERNAME" - echo "$CI_USERNAME"
- git config --global user.email "${CI_EMAIL}" - git config --global user.email "${CI_EMAIL}"
...@@ -93,7 +91,7 @@ license_header: ...@@ -93,7 +91,7 @@ license_header:
- echo "$CI_COMMIT_REF_NAME" - echo "$CI_COMMIT_REF_NAME"
# push changes # push changes
# always return true so that the build does not fail if there are no 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} - git push origin HEAD:${CI_COMMIT_REF_NAME}
build_and_test:xenial: build_and_test:xenial:
stage: build_and_test 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