Commit 3a9b0504 authored by Florian Heder's avatar Florian Heder

[BUGFIX] Specify runners

parent ee2599f5
Pipeline #1354 passed with stages
in 17 seconds
......@@ -16,8 +16,7 @@ cloneStaging:
only:
- develop
tags:
- play4-runner
- play5-runner
- staging
......@@ -30,8 +29,7 @@ pullStaging:
only:
- develop
tags:
- play4-runner
- play5-runner
- staging
restartStaging:
......@@ -44,8 +42,7 @@ restartStaging:
only:
- develop
tags:
- play4-runner
- play5-runner
- staging
testStaging:
......@@ -58,8 +55,7 @@ testStaging:
only:
- develop
tags:
- play4-runner
- play5-runner
- staging
......@@ -76,8 +72,7 @@ checkoutMaster:
only:
- master
tags:
- play4-runner
- play5-runner
- staging
......@@ -90,11 +85,7 @@ cloneProduction:
only:
- master
tags:
- play4-runner
- play5-runner
- wwwj
- www23
- www4
- production
......@@ -107,11 +98,7 @@ pullProduction:
only:
- master
tags:
- play4-runner
- play5-runner
- wwwj
- www23
- www4
- production
restartProduction:
......@@ -124,13 +111,21 @@ restartProduction:
only:
- master
tags:
- play4-runner
- play5-runner
- wwwj
- www23
- www4
- production
testProduction:
stage: test
before_script:
- cd ~/$CI_PROJECT_NAME
script:
- sleep 1
- /bin/bash testIfRunning.sh www4.hebotek.at wwwj.hebotek.at www23.hebotek.at
only:
- master
tags:
- production
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment