Skip to content

Commit

Permalink
Fixing stage list
Browse files Browse the repository at this point in the history
  • Loading branch information
ampledata committed Aug 15, 2024
1 parent 90b5bac commit b34d960
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/pi-gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,16 @@ jobs:

# add a step to copy the pi-gen/config file to pi-gen/.env:
- name: Copy .env file
run: |
ls -al
cp pi-gen/config pi-gen/.env
run: cp pi-gen/config pi-gen/.env

- name: Load .env file
uses: xom9ikk/[email protected]
with:
path: pi-gen/


- name: Echo env variables
run: env

- name: Build AryaOS image
uses: usimd/pi-gen-action@v1
with:
Expand All @@ -43,7 +44,7 @@ jobs:
password: ${{ env.FIRST_USER_PASS || 'aryaos415' }}
pi-gen-release: ${{ env.PI_GEN_RELEASE || 'AryaOS' }}
release: ${{ env.RELEASE || 'bookworm' }}
stage-list: ${{ env.STAGE_LIST || 'stage0 stage1 stage2 ./pi-gen/stage03-base ./pi-gen/stage04-wifi ./pi-gen/stage05-node-red ./pi-gen/stage06-common ./pi-gen/stage07-air ./pi-gen/stage08-sea ./pi-gen/stage09-uas ./pi-gen/stage10-docker' }}
stage-list: "stage0 stage1 stage2 ./pi-gen/stage03-base ./pi-gen/stage04-wifi ./pi-gen/stage05-node-red ./pi-gen/stage06-common ./pi-gen/stage07-air ./pi-gen/stage08-sea ./pi-gen/stage09-uas ./pi-gen/stage10-docker"
wpa-country: ${{ env.WPA_COUNTRY || 'US' }}
wpa-essid: ${{ env.WPA_ESSID || 'AryaOS-WiFi' }}
wpa-password: ${{ env.WPA_PASSWORD || 'aryaos415' }}
Expand Down

0 comments on commit b34d960

Please sign in to comment.