Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
wolf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mobile_robotics
wolf_projects
wolf_lib
wolf
Merge requests
!427
Resolve "Wolf license"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Wolf license"
198-wolf-license
into
devel
Overview
0
Commits
66
Pipelines
61
Changes
1
Merged
Joan Vallvé Navarro
requested to merge
198-wolf-license
into
devel
3 years ago
Overview
0
Commits
66
Pipelines
61
Changes
1
Expand
Closes
#198 (closed)
Closes
#415 (closed)
Edited
3 years ago
by
Joan Vallvé Navarro
0
0
Merge request reports
Viewing commit
1e68b4ff
Prev
Next
Show latest version
1 file
+
1
−
3
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
1e68b4ff
Update .gitlab-ci.yml file
· 1e68b4ff
Joan Vallvé Navarro
authored
3 years ago
.gitlab-ci.yml
+
1
−
3
Options
@@ -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
Loading