mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-03 00:37:55 +00:00
[TASK] Updated pom to match file names
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ "$TRAVIS_BRANCH" == "master" ]; then
|
||||
mvn -U package
|
||||
else
|
||||
mvn -Dversion="$TRAVIS_COMMIT" -U package
|
||||
fi
|
||||
Reference in New Issue
Block a user