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

Use 'except' to exclude master branch

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