Commit 7579850a authored by Fotis Soldatos's avatar Fotis Soldatos
Browse files

ci(automation): fix deployment job

parent 90012261
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