Skip to content

Commit

Permalink
chore: don't use /usr/bin/env (#2183)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 authored Apr 23, 2024
1 parent 88984dc commit 58c4d19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.canary
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ RUN npm run playwright:install

ENV TIMING_LOGS=true

CMD ["./docker-canary.sh"]
CMD ["bash", "./docker-canary.sh"]
4 changes: 1 addition & 3 deletions apps/laboratory/docker-canary.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#!/usr/env/bin

# Not adding `set -e` so that S3 upload happens regardless

npm run playwright:canary:test
npm run playwright:test:canary

destination="s3://$TEST_RESULTS_BUCKET/web3modal-canary/$(date --iso-8601=seconds)/test-results/"
echo "Uploading test results to $destination"
Expand Down

0 comments on commit 58c4d19

Please sign in to comment.