From 5c94e0472d6a878569c5ee0fbc99533830a00330 Mon Sep 17 00:00:00 2001 From: David John Arnold Jr Date: Wed, 7 Aug 2024 12:42:54 -0700 Subject: [PATCH] Update sync-to-codecommit.yml (#2) --- .github/workflows/sync-to-codecommit.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/sync-to-codecommit.yml b/.github/workflows/sync-to-codecommit.yml index 68512ce..3f02cc0 100644 --- a/.github/workflows/sync-to-codecommit.yml +++ b/.github/workflows/sync-to-codecommit.yml @@ -19,13 +19,3 @@ jobs: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} aws-region: us-gov-west-1 - - - name: Sync to CodeCommit Goss Testing - run: | - git remote add goss-upstream ssh://git-codecommit.us-gov-west-1.amazonaws.com/v1/repos/image-pipeline-goss-testing - git push goss-upstream main --force - - - name: Sync to CodeCommit Ansible Playbooks - run: | - git remote add ansible-upstream ssh://git-codecommit.us-gov-west-1.amazonaws.com/v1/repos/image-pipeline-ansible-playbooks - git push ansible-upstream main --force \ No newline at end of file