Skip to content

Commit

Permalink
Get some info on location of our image, might need to tar it
Browse files Browse the repository at this point in the history
  • Loading branch information
Guysnacho committed Oct 18, 2024
1 parent d4a0c65 commit b9457d0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/bundle_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,13 @@ jobs:
secret-envs: NEXT_PUBLIC_APIGW=${{needs.TF-Apply.outputs.apigw}}

- name: Move Image to copyable location
run: sudo cp ./alpine_storefront /home/
run: |
stat ./alpine_storefront
ls -l
sudo cp -r ./alpine_storefront /home/
ls -l /home/
ls -l /home/alpine_storefront
continue-on-error: true

- name: Upload Artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit b9457d0

Please sign in to comment.