From c899e09a0b1eb6af40033e42b64c9fea20201f56 Mon Sep 17 00:00:00 2001 From: Rachit Bhargava Date: Mon, 3 Jun 2024 10:18:21 -0400 Subject: [PATCH] remove sync step --- bitbucket-pipelines.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index b5dc49e1..245251a7 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -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