deploy to new test vm
This commit is contained in:
parent
e09edc36be
commit
88b5761e05
@ -8,6 +8,11 @@ versionize:
|
|||||||
before_script:
|
before_script:
|
||||||
- VERSION=`echo -e "import yaml\nwith open('openapi.yaml') as f:d=yaml.load(f)\nprint d['info']['version']" | python`
|
- VERSION=`echo -e "import yaml\nwith open('openapi.yaml') as f:d=yaml.load(f)\nprint d['info']['version']" | python`
|
||||||
|
|
||||||
|
.deploy_test_dev:
|
||||||
|
extends: .deploy
|
||||||
|
tags:
|
||||||
|
- test-deployment-de01rdtst01
|
||||||
|
|
||||||
.deploy:
|
.deploy:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
image: devnexus.krohne.com:18079/repository/docker-krohne/krohnedockerbash:1.1.0
|
image: devnexus.krohne.com:18079/repository/docker-krohne/krohnedockerbash:1.1.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user