mirror of
https://github.com/bitwarden/browser
synced 2025-12-22 19:23:52 +00:00
Updating to new CI model (#1196)
* starting the new pipeline model update * updating the deploy portion of the pipeline * adding a stub for the release notes * removing the redundant deploy workflow * fixing the cloud job. Adding a npm pre-cache * updating the hashFile for the caches * removing the cache-hit check since the logic doesn't work for node_modules * checking out the repo in the precache * removing the pre-cache step. Seems to slow down the pipeline overall * ghpage-deploy with the correct input for the versions * testing a custom action for the DCT setup * fixing a typo * fixing the shell issue in the custom action * removing a conditional to run a test * testing redaction * fixing the weird colon inline with run issue * commenting out the DCT for testing * test passed. Updating the release pipeline with the new Setup DCT action * updating the DCT setup action hash * updating the release workflow with the linter suggestions
This commit is contained in:
2
.github/workflows/qa-deploy.yml
vendored
2
.github/workflows/qa-deploy.yml
vendored
@@ -17,7 +17,7 @@ env:
|
||||
jobs:
|
||||
deploy:
|
||||
name: Deploy QA Web
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Checkout Repo
|
||||
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # v2.3.4
|
||||
|
||||
Reference in New Issue
Block a user