Adding test endpoint for schedule

This commit is contained in:
Jason House
2020-10-15 13:11:22 +09:00
parent 52ea0895fd
commit 9ae81f1bee
25 changed files with 48 additions and 30 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/bash
set -e
VERSION=0.8.3
VERSION=0.8.4
JAR_VERSION="GapsWeb/target/GapsWeb-$VERSION.jar"
ZIP_VERSION="GapsAsJar-$VERSION.zip"
npm ci