Skip to content

Commit

Permalink
fixing syntax
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Peterson <matt.peterson@swirldslabs.com>
  • Loading branch information
mattp-swirldslabs committed Jan 2, 2025
1 parent 69d55f1 commit fd18577
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/zxc-verify-docker-build-determinism.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ jobs:
pwd
ls -la
mv *.json "${{ github.workspace }}/${{ env.DOCKER_CONTEXT_PATH }}/"
mv ./server/build/distributions/*.tar.gz "${{ github.workspace }}/${{ env.DOCKER_CONTEXT_PATH }}/"
mv "./server/build/distributions/*.tar.gz" "${{ github.workspace }}/${{ env.DOCKER_CONTEXT_PATH }}/"
echo "Moved files to: ${{ github.workspace }}/${{ env.DOCKER_CONTEXT_PATH }}/"
- name: Determine Home Directory
Expand Down Expand Up @@ -349,13 +349,13 @@ jobs:
- name: Docker Image Debugging
run: |
echo "zero ---------------------"
pwd
ls -la
echo "${{ env.VERSION }}\n"
cd "${{ github.workspace }}/${{ env.DOCKER_CONTEXT_PATH }}/"
# cd "${{ github.workspace }}/${{ env.DOCKER_CONTEXT_PATH }}/"
# echo "${{ github.workspace }}/${{ env.DOCKER_CONTEXT_PATH }}/"
# ls -la "${{ github.workspace }}/${{ env.DOCKER_CONTEXT_PATH }}/"
ls -la "${{ github.workspace }}/${{ env.DOCKER_CONTEXT_PATH }}/"
# echo "first ---------------------"
pwd
ls -la
# echo "second ---------------------"
# ls -la ./server/
# echo "third ---------------------"
Expand Down

0 comments on commit fd18577

Please sign in to comment.