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

Try renameFixPose as only ref

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