Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
nnamtug committed May 23, 2024
1 parent bf00184 commit 6ab56cc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/autopublisher.yml
Original file line number Diff line number Diff line change
@@ -15,16 +15,10 @@ jobs:
- name: Git to Staging Repo
run: |
$GITHUB_WORKSPACE/publisher/auto_git2staging.sh
env:
PUBLISHER_ENVIRONMENT: ${{ env.PUBLISHER_ENVIRONMENT }}
- name: Staging to Prod Repo
run: |
$GITHUB_WORKSPACE/publisher/auto_staging2prod.sh
env:
PUBLISHER_ENVIRONMENT: ${{ env.PUBLISHER_ENVIRONMENT }}
- name: Cleanup Staging Repo
run: |
$GITHUB_WORKSPACE/publisher/auto_stagingcleanup.sh
env:
PUBLISHER_ENVIRONMENT: ${{ env.PUBLISHER_ENVIRONMENT }}

0 comments on commit 6ab56cc

Please sign in to comment.