Commit ee2599f5 authored by Florian Heder's avatar Florian Heder

[FEATURE] Rename Staging Environment

parent f78c49dd
Pipeline #1352 canceled with stages
......@@ -5,7 +5,7 @@ stages:
- test
cloneTest:
cloneStaging:
stage: clone
before_script:
- cd ~/$CI_PROJECT_NAME
......@@ -17,10 +17,11 @@ cloneTest:
- develop
tags:
- play4-runner
- play5-runner
pullTest:
pullStaging:
stage: pull
before_script:
- cd ~/$CI_PROJECT_NAME
......@@ -30,9 +31,10 @@ pullTest:
- develop
tags:
- play4-runner
- play5-runner
restartTest:
restartStaging:
stage: restart
before_script:
- cd ~/$CI_PROJECT_NAME
......@@ -43,19 +45,21 @@ restartTest:
- develop
tags:
- play4-runner
- play5-runner
testTest:
testStaging:
stage: test
before_script:
- cd ~/$CI_PROJECT_NAME
script:
- sleep 1
- /bin/bash testIfRunning.sh play4.hebotek.at
- /bin/bash testIfRunning.sh play4.hebotek.at play5.hebotek.at
only:
- develop
tags:
- play4-runner
- play5-runner
......@@ -73,6 +77,7 @@ checkoutMaster:
- master
tags:
- play4-runner
- play5-runner
......
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