From 84d7fdc0b243a8ec5dc6514e1b4a3ed4845ef11e Mon Sep 17 00:00:00 2001 From: Noah Koontz Date: Tue, 15 Dec 2020 13:26:22 -0800 Subject: [PATCH] ci: add fake deploy settings to CI --- .github/workflows/pr.yml | 4 ++++ .github/workflows/release.yml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index d61e024..0a25c0f 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -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: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f338fc9..c2106f2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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