Files
spring-cloud-dataflow-samples/timestamp-batch-2.0.x/build-timestamp-batch-image.sh
Chris Bono ba3100b6c2 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`
2023-06-01 14:37:00 -05:00

7 lines
283 B
Bash
Executable File

#!/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