Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroshinishio committed Dec 7, 2024
1 parent 3cf1274 commit 1a24277
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,10 @@ jobs:
forge deploy -e staging
fi
# Install Forge app dependencies
# Install or upgrade Forge app
# https://developer.atlassian.com/platform/forge/cli-reference/install/
- name: Install Forge dependencies
- name: Install/Upgrade Forge app
if: github.event_name == 'pull_request'
run: forge install -e staging -s gitauto.atlassian.net -p Jira --upgrade --confirm-scopes --non-interactive --verbose
run: |
forge install -e staging -s gitauto.atlassian.net -p Jira --confirm-scopes --non-interactive --verbose || \
forge install -e staging -s gitauto.atlassian.net -p Jira --upgrade --confirm-scopes --non-interactive --verbose

0 comments on commit 1a24277

Please sign in to comment.