Skip to content

Commit

Permalink
Change path
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Dec 4, 2024
1 parent ea79697 commit 3495393
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions scripts/prep-build-for-deploy-from-github-actions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ echo $JAR_VERSION
# Create a deployment folder, and a folder for the branch.
mkdir deploy
# Add the JAR file.
cp application/target/*-shaded.jar deploy/otp-$JAR_VERSION.jar
cp application/target/*-shaded.jar deploy/otp-latest-$BRANCH.jar
cp shaded-jar/target/*-shaded.jar deploy/otp-$JAR_VERSION.jar
cp shaded-jar/target/*-shaded.jar deploy/otp-latest-$BRANCH.jar

2 changes: 1 addition & 1 deletion smoke-tests/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CURL:=curl -L -\# --fail --create-dirs

otp.jar:
cp ../application/target/otp-*-SNAPSHOT-shaded.jar otp.jar
cp ../shaded-jar/target/otp-*-SNAPSHOT-shaded.jar otp.jar

atlanta/osm.pbf:
${CURL} http://osm.ibi-transit.com/vex/33.654066160697056,-84.759521484375,33.994611584814606,-84.30976867675781.pbf -o $@
Expand Down

0 comments on commit 3495393

Please sign in to comment.