Commit bab100e1 authored by Fotis Soldatos's avatar Fotis Soldatos
Browse files

Merge branch 'ci/fix-automation-deployment-job' into 'develop'

ci(automation): fix deployment job

See merge request teraflow-h2020/controller!91
parents 90012261 7579850a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -75,7 +75,7 @@ deploy automation:
  script:
    - kubectl version
    - kubectl get all
    - kubectl delete -f "manifests/automationservice.yaml"
    - kubectl delete --ignore-not-found=true -f "manifests/automationservice.yaml"
    - kubectl apply -f "manifests/automationservice.yaml"
    - kubectl delete pods --selector app=automationservice
    - kubectl get all