Skip to content
Snippets Groups Projects
Commit 3595ee4d authored by Daniel Hornung's avatar Daniel Hornung
Browse files

DOC: Small comment in .gitlab-ci.yml

parent 692dc93e
No related branches found
No related tags found
1 merge request!1Initial functionality
...@@ -102,7 +102,7 @@ trigger_inttest: ...@@ -102,7 +102,7 @@ trigger_inttest:
script: script:
## Determine the octaveinttest branch... ## Determine the octaveinttest branch...
# ... use an f-branch if posible... # ... sync'ed f-branch (f-bar on octavelib requires f-bar on octaveinttest)...
- if echo "$CI_COMMIT_REF_NAME" | grep -c "^f-" ; then - if echo "$CI_COMMIT_REF_NAME" | grep -c "^f-" ; then
OCTAVEINT_REF=$CI_COMMIT_REF_NAME ; OCTAVEINT_REF=$CI_COMMIT_REF_NAME ;
fi; fi;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment