Add message if user is using v1 version

Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
divyansh42 2021-03-23 00:20:02 +05:30
parent d2594b7a96
commit dc9713a0c9
4 changed files with 8 additions and 5 deletions

View file

@ -56,7 +56,7 @@ jobs:
- name: Maven
working-directory: ${{ env.TEST_REPO }}
run: |
mvn package -ntp -B
mvn package -ntp -B
# Build image using Buildah action
- name: Build Image
@ -65,7 +65,7 @@ jobs:
image: ${{ env.IMAGE_NAME }}
# To avoid hardcoding a particular version of the binary.
content: |
./spring-petclinic/target/spring-petclinic-*.BUILD-SNAPSHOT.jar
./spring-petclinic/target/spring-petclinic-*.jar
entrypoint: |
java
-jar