Skip to content
Snippets Groups Projects
Commit ae69e845 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Bug resolution in integration tester

parent 8aa34435
No related branches found
No related tags found
1 merge request!54Release 2.0.0
......@@ -54,7 +54,7 @@ integration_test integration_tester:
script:
- kubectl version
- kubectl get all
- kubectl run $IMAGE_NAME --image "$IMAGE_NAME:$IMAGE_TAG" --restart=Never --rm -i --tty
- kubectl run $(echo $IMAGE_NAME | sed -r 's/[^a-zA-Z0-9\.\-]/-/g') --image "$IMAGE_NAME:$IMAGE_TAG" --restart=Never --rm -i --tty
- kubectl get all
when: manual
allow_failure: false
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