Skip to content

Commit

Permalink
updating env for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ampledata committed Aug 16, 2024
1 parent 63c7a1f commit 6a1044e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/node-red-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- name: Create package structure
run: |
mkdir -p .debpkg/home/node-red/.node-red
ls -al
cp shared_files/node-red/aryaos_flows.json .debpkg/home/node-red/.node-red/flows.json
# create DEBIAN directory if you want to add other pre/post scripts
mkdir -p .debpkg/DEBIAN
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/pi-gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ jobs:
with:
path: pi-gen/

- name: Set env
run: cat pi-gen/config >> $GITHUB_ENV

- name: Echo env variables
run: env

- name: Build AryaOS image
uses: usimd/pi-gen-action@v1
with:
Expand Down

0 comments on commit 6a1044e

Please sign in to comment.