Loading src/automation/.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
src/automation/.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading