Skip to content

Commit

Permalink
Fix me not remembering earthly syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
spalladino committed May 13, 2024
1 parent 3aea4f3 commit 50997ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/end-to-end/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ base-log-uploader:
unzip awscliv2.zip && \
./aws/install --bin-dir /usr/local/bin --install-dir /usr/local/aws-cli --update && \
rm -rf aws awscliv2.zip
COPY ../../scripts+scripts /usr/src/scripts
COPY ../../+scripts/scripts /usr/src/scripts

e2e-2-pxes:
DO +E2E_TEST --test=./src/e2e_2_pxes.test.ts
Expand Down

0 comments on commit 50997ff

Please sign in to comment.