Skip to content

Commit

Permalink
Fix web qa deployment (#3632)
Browse files Browse the repository at this point in the history
* Comment unzip downloaded artifact

* Replace gihub ref with master

* Add debug commands

* Change CP command

* Add another debug code

* Fix

* Another fix

* Remove debug steps

* Remove master const branch after testing

(cherry picked from commit c243f35)
  • Loading branch information
michalchecinski authored and joseph-flinn committed Sep 28, 2022
1 parent 0737c65 commit da556d2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release-qa-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,11 @@ jobs:
uses: bitwarden/gh-actions/download-artifacts@850faad0cf6c02a8c0dc46eddde2363fbd6c373a
with:
workflow: build-web.yml
path: apps/web
path: apps/web/build
workflow_conclusion: success
branch: ${{ github.ref_name }}
artifacts: web-*-cloud-QA.zip

# This should result in a build directory in the current working directory
- name: Unzip build asset
working-directory: apps/web
run: unzip web-*-cloud-QA.zip

- name: Checkout Repo
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2
Expand Down

0 comments on commit da556d2

Please sign in to comment.