Skip to content

Commit

Permalink
ci: add fake deploy settings to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
prototypicalpro committed Dec 15, 2020
1 parent 43af11d commit 84d7fdc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ jobs:

- name: Install NR1 CLI
run: curl -s https://cli.nr-ext.net/installer.sh | sudo bash

- name: Create Fake Deploy Settings
run: |
echo "{\"accountId\": 0}" > deploy-settings.json
- name: NR1 Nerdpack Build
run: |
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ jobs:
- name: Install NR1 CLI
run: curl -s https://cli.nr-ext.net/installer.sh | sudo bash

- name: Create Fake Deploy Settings
run: |
echo "{\"accountId\": 0}" > deploy-settings.json
- name: NR1 Nerdpack Build
run: |
nr1 nerdpack:build
Expand Down

0 comments on commit 84d7fdc

Please sign in to comment.