Skip to content

Commit

Permalink
Merge branch 'wsip/fix_env' into 'main'
Browse files Browse the repository at this point in the history
fix sourcing of the env variables

See merge request repositories/zephyr-samples-builder!11
  • Loading branch information
fkokosinski committed Nov 14, 2023
2 parents 4430dac + 74a860f commit 8f72e7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ jobs:
- name: Upload artifacts to GCP
if: ${{github.event_name == 'push' && github.ref == 'refs/heads/main'}}
run: |
source .env
gsutil -m rsync -r build/ gs://zephyr-samples-builder/zephyr/$ZEPHYR_VERSION
Update-latest-status:
Expand Down Expand Up @@ -244,6 +245,7 @@ jobs:
- name: Upload artifacts to GCP
if: ${{github.event_name == 'push' && github.ref == 'refs/heads/main'}}
run: |
source .env
gsutil cp build/result.json gs://zephyr-samples-builder/zephyr/$ZEPHYR_VERSION
- name: Upload artifacts
Expand Down

0 comments on commit 8f72e7b

Please sign in to comment.