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: ...@@ -10,7 +10,7 @@ stages:
build_ubuntu_gcc: build_ubuntu_gcc:
only: only:
variables: variables:
- $RUN =~ /\bubuntu.*/i || $TARGET =~ /\ball.*/i - $RUN =~ /\bubuntu.*/i || $RUN =~ /\ball.*/i
stage: build stage: build
tags: tags:
- ubuntu-gcc - ubuntu-gcc
...@@ -33,7 +33,7 @@ build_ubuntu_gcc: ...@@ -33,7 +33,7 @@ build_ubuntu_gcc:
build_win10_msvc: build_win10_msvc:
only: only:
variables: variables:
- $RUN =~ /\bwin10.*/i || $TARGET =~ /\ball.*/i - $RUN =~ /\bwin10.*/i || $RUN =~ /\ball.*/i
stage: build stage: build
tags: tags:
- win10-msvc - win10-msvc
...@@ -69,7 +69,7 @@ deploy_doc_develop: ...@@ -69,7 +69,7 @@ deploy_doc_develop:
deploy_doc_branch: deploy_doc_branch:
only: only:
variables: variables:
- $RUN =~ /\bubuntu.*/i || $TARGET =~ /\ball.*/i - $RUN =~ /\bubuntu.*/i || $RUN =~ /\ball.*/i
except: except:
refs: refs:
- develop - develop
......
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