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 6a1044e commit de3e629
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pi-gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
path: pi-gen/

- name: Set env
run: cat pi-gen/config >> $GITHUB_ENV
run: egrep -vi '(^#|^export|^$)' pi-gen/config >> $GITHUB_ENV

- name: Echo env variables
run: env
Expand Down
3 changes: 2 additions & 1 deletion pi-gen/config
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ APT_PROXY="http://172.17.2.88:3142"
DUMP1090_RECEIVER_SERIAL="stx:1090:0"
DUMP978_RECEIVER_SERIAL="stx:978:0"
COMITUP_WEB_PORT="9080"
export SHARED_FILES="${STAGE_DIR}/../../shared_files"
SHARED_FILES="${STAGE_DIR}/../../shared_files"
export SHARED_FILES="${SHARED_FILES}"

0 comments on commit de3e629

Please sign in to comment.