Skip to content

Commit

Permalink
fix(CICD): #28535 Adding a bypass to failing deployment step. (#28536)
Browse files Browse the repository at this point in the history
### Proposed Changes
* Add the `continue-on-error: true` attribute on the`
reusable-deployment` workflow bypass the failing deployment.

### Fixes
#28535

Co-authored-by: Daniel Colina <daniel.colina@dotcms.com>
  • Loading branch information
dcolina and Daniel Colina committed May 15, 2024
1 parent e714470 commit 8b86bc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/reusable-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ jobs:
# The artifacts are uploaded to Artifactory using the 'deploy-artifact-artifactory' action.
- name: CLI Deploy
continue-on-error: true
id: cli_deploy
uses: ./.github/actions/deploy-artifact-artifactory
with:
Expand Down

0 comments on commit 8b86bc0

Please sign in to comment.