Skip to content
Snippets Groups Projects
Verified Commit 13d7b94a authored by Josch Morgenstern's avatar Josch Morgenstern
Browse files

[#47] fix var name

parent acf67ac2
No related branches found
No related tags found
1 merge request!36Resolve "Windows-Runner: Nicht reproduzierbares Verhalten seit Update"
Pipeline #25207 canceled
......@@ -10,7 +10,7 @@ stages:
build_ubuntu_gcc:
only:
variables:
- $RUN =~ /\bubuntu.*/i || $TARGET =~ /\ball.*/i
- $RUN =~ /\bubuntu.*/i || $RUN =~ /\ball.*/i
stage: build
tags:
- ubuntu-gcc
......@@ -33,7 +33,7 @@ build_ubuntu_gcc:
build_win10_msvc:
only:
variables:
- $RUN =~ /\bwin10.*/i || $TARGET =~ /\ball.*/i
- $RUN =~ /\bwin10.*/i || $RUN =~ /\ball.*/i
stage: build
tags:
- win10-msvc
......@@ -69,7 +69,7 @@ deploy_doc_develop:
deploy_doc_branch:
only:
variables:
- $RUN =~ /\bubuntu.*/i || $TARGET =~ /\ball.*/i
- $RUN =~ /\bubuntu.*/i || $RUN =~ /\ball.*/i
except:
refs:
- develop
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment