From b4e2c4378180d19fe24be41f45503e721f787e6e Mon Sep 17 00:00:00 2001 From: Chris Myers Date: Wed, 24 Aug 2022 12:12:43 -0600 Subject: [PATCH] Remove sd2 push --- .github/workflows/test.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a7f5725f1..03ae3454f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -95,9 +95,3 @@ jobs: - name: Push the image to Docker Hub run: | docker push synbiohub/synbiohub:snapshot-standalone - - name: Trigger SD2 redeploy - env: - SD2_USER: ${{ secrets.SD2_USER }} - SD2_TOKEN: ${{ secrets.SD2_TOKEN }} - run: | - curl -X POST --user $SD2_USER:$SD2_TOKEN https://jenkins.sd2e.org/job/Synbiohub/job/Redeploy%20to%20dev%20server/build