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

FIX: Undoing unnecessary change.

parent f7714d93
No related branches found
No related tags found
1 merge request!14Use "trigger" keyword for pipeline.
Pipeline #24384 canceled
......@@ -181,7 +181,6 @@ trigger_prepare:
script:
## Determine the juliainttest branch...
# ... use an f-branch if posible...
- F_BRANCH=dev
- if echo "$CI_COMMIT_REF_NAME" | grep -c "^f-" ; then
if curl -o /dev/null -s -w "%{http_code}" $JULIAINTTEST_BRANCHES/$CI_COMMIT_REF_NAME | grep "404"; then
JULIAINT_REF=dev ;
......
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