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

Try "$CI_COMMIT_REF_NAME" as the only ref

parent 9f9d8e57
No related branches found
No related tags found
1 merge request!150Rename XxxxFix(plain, 2D or 3D) to XxxxPose(plain, 2D or 3D)
...@@ -66,8 +66,7 @@ before_script: ...@@ -66,8 +66,7 @@ before_script:
wolf_build: wolf_build:
stage: build stage: build
only: only:
- renameFixPose - "$CI_COMMIT_REF_NAME"
- master
script: script:
- mkdir -pv build - mkdir -pv build
- cd build - cd build
...@@ -78,8 +77,7 @@ wolf_build: ...@@ -78,8 +77,7 @@ wolf_build:
wolf_test: wolf_test:
stage: test stage: test
only: only:
- renameFixPose - "$CI_COMMIT_REF_NAME"
- 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