Skip to content

Commit

Permalink
ci: correct env creation
Browse files Browse the repository at this point in the history
  • Loading branch information
blacha committed Dec 11, 2023
1 parent 3bf5c5f commit 864ec03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
- name: Update config to production URLs
run: |
echo "ASSETS_LOCATION_PROD=s3://linz-basemaps/assets/${ASSETS_HASH}" >> "${GITHUB_ENV}"
echo "ASSETS_LOCATION_PROD=s3://linz-basemaps/assets/${ASSETS_HASH}" >> ${GITHUB_ENV}
# aws s3 cp assets-current.tar.co ${ASSETS_LOCATION_PROD}
./scripts/bmc.sh bundle --config $PWD/config-current.json.gz --output $PWD/config-prod.json --assets ${ASSETS_LOCATION_PROD}
Expand Down

0 comments on commit 864ec03

Please sign in to comment.