Skip to content

Commit

Permalink
Add hack for imagej-mesh upload
Browse files Browse the repository at this point in the history
  • Loading branch information
kephale committed Nov 30, 2020
1 parent 603b77a commit 8f46a6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions upload-site-simple.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ echo "Found launcher: $launcher"

echo "Removing TrainableSegmentation JAR"
rm -f plugins/Trainable_Segmentation*
rm -f jars/imagej-mesh*
wget https://maven.scijava.org/service/local/repositories/jitpack/content/net/imagej/imagej-mesh/a40d46f/imagej-mesh-a40d46f.jar -O jars/imagej-mesh-a40d46f.jar
# upload complete update site
password=$WIKI_UPLOAD_PASS
./$launcher --update edit-update-site $update_site $url "webdav:$webdav_user:$password" .
Expand Down

0 comments on commit 8f46a6a

Please sign in to comment.