Commit 3deb1e18 authored by Philip Makedonski's avatar Philip Makedonski
Browse files

* defer zip to later stage

parent d9b84fb9
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -19,9 +19,9 @@ cp $BASE_DIR/t3q $TARGET/
cp $PARENT/target/de.ugoe.cs.swe.T3Q-1.0.0-SNAPSHOT-shadow.jar $TARGET/t3q.jar

# zip contents of target directory without parent path
cd downloads
zip -r t3q-$VERSION.zip t3q-$VERSION/
# cd downloads
# zip -r t3q-$VERSION.zip t3q-$VERSION/

# clean up
rm -rf t3q-$VERSION/
cd ..
# rm -rf t3q-$VERSION/
# cd ..