Bring back the timestamp task/batch app for 2.0.x (#192)
- Remove unused timestamp task apps `docker/assembly.xml` - Resurrect the timestamp task/batch 2.0.x app - Add the resurrected apps to CI which publishes them to `/milestone`
This commit is contained in:
6
timestamp-batch-2.0.x/build-timestamp-batch-image.sh
Executable file
6
timestamp-batch-2.0.x/build-timestamp-batch-image.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
if [ "$TIMESTAMP_BATCH_TASK_VERSION" = "" ]; then
|
||||
TIMESTAMP_BATCH_TASK_VERSION=2.0.2
|
||||
fi
|
||||
./mvnw -o clean install -DskipTests
|
||||
./mvnw -o spring-boot:build-image -DskipTests -Dspring-boot.build-image.imageName=springcloud/timestamp-batch-task:$TIMESTAMP_BATCH_TASK_VERSION
|
||||
Reference in New Issue
Block a user