Skip to content

Commit

Permalink
Merge pull request #5540 from Expensify/revert-5473-Rory-UpdateDeploy…
Browse files Browse the repository at this point in the history
…ChecklistWithManualCP

Revert "[No QA] Update StagingDeployCash for manual cherry-picks"
  • Loading branch information
jasperhuangg authored Sep 27, 2021
2 parents e33f39c + 089795f commit 8df9d2d
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/cherryPick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,25 +189,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.OS_BOTIFY_TOKEN }}
PULL_REQUEST: ${{ steps.createPullRequest.outputs.pr_number }}

# Create a local git tag on staging so that GitUtils.getPullRequestsMergedBetween can use `git log` to generate a
# list of pull requests that were merged between this version tag and another.
# NOTE: This tag is only used locally and shouldn't be pushed to the remote.
# If it was pushed, that would trigger the staging deploy which is handled in a separate workflow (deploy.yml)
- name: Tag staging
if: ${{ github.actor != 'OSBotify' }}
run: |
git checkout staging
git pull origin staging
git tag ${{ env.NEW_VERSION }}
# Note: we only run this action if the PR was manually CP'd. Otherwise, the deploy checklist is updated from preDeploy.yml
- name: Update StagingDeployCash
if: ${{ github.actor != 'OSBotify' }}
uses: Expensify/App/.github/actions/createOrUpdateStagingDeploy@main
with:
GITHUB_TOKEN: ${{ secrets.OS_BOTIFY_TOKEN }}
NPM_VERSION: ${{ env.NEW_VERSION }}

- name: 'Announces a CP failure in the #announce Slack room'
uses: 8398a7/action-slack@v3
if: ${{ failure() }}
Expand Down

0 comments on commit 8df9d2d

Please sign in to comment.