Skip to content
Snippets Groups Projects
Commit dca852d5 authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Merge branch 'renameFixPose' into 'master'

Use 'except' to exclude master branch

See merge request mobile_robotics/wolf!151
parents ba2567b0 70d40ba2
No related branches found
No related tags found
1 merge request!151Use 'except' to exclude master branch
Pipeline #
......@@ -67,6 +67,8 @@ wolf_build:
stage: build
# only:
# - renameFixPose
except:
- master
script:
- mkdir -pv build
- cd build
......@@ -78,6 +80,8 @@ wolf_test:
stage: test
# only:
# - renameFixPose
except:
- master
script:
- cd build
- ctest
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