remove sync step

This commit is contained in:
Rachit Bhargava
2024-06-03 10:18:21 -04:00
parent 9435e4d282
commit c899e09a0b

View File

@@ -143,7 +143,6 @@ definitions:
after-script:
- aws eks update-kubeconfig --name caresage-eks-cluster-$ENV --region us-east-1
- sleep 10 && while kubectl get po -A |grep -i medicalalert-web|egrep -i '0/1|crash|term'; do sleep 10; echo "--- still getting 0/1 or crash pods-----"; done
- chmod 755 ./multidev-sync.sh && ./multidev-sync.sh
pipelines:
# our custom pipeline, what shows up Bitbucket web app