Commit ae69e845 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Bug resolution in integration tester

parent 8aa34435
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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