Skip to content

Commit

Permalink
Travis: fix typo in cp command
Browse files Browse the repository at this point in the history
  • Loading branch information
ato committed Sep 8, 2021
1 parent 1d175d3 commit b23557a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ before_deploy:
- mkdir deploy jwarc-$VERSION-$PLATFORM
- mv target/jwarc jwarc-$VERSION-$PLATFORM
- cp SOURCE graalvm-ce-java11-$GRAAL_VERSION/$GRAALHOME/{THIRD_PARTY_LICENSE.txt,LICENSE_NATIVEIMAGE.txt} jwarc-$VERSION-$PLATFORM
- cp SOURCE graalvm-ce-java11-$GRAAL_VERSION/$GRAALHOME/LICENSE.txt jwarc-$VERSION-$PLATFORM/GRAALVM_LICENSE.txt
- cp graalvm-ce-java11-$GRAAL_VERSION/$GRAALHOME/LICENSE.txt jwarc-$VERSION-$PLATFORM/GRAALVM_LICENSE.txt
- tar -zcvf deploy/jwarc-$VERSION-$PLATFORM.tar.gz jwarc-$VERSION-$PLATFORM
- 'if [ "$PLATFORM" == linux-amd64 ]; then mv -v target/*.jar deploy; fi'

Expand Down

0 comments on commit b23557a

Please sign in to comment.