fix warnings

This commit is contained in:
René Zubcevic 2020-12-02 18:46:49 +01:00 committed by Nanne Baars
parent 9dbd41c830
commit 262afedb08

View File

@ -33,8 +33,9 @@ deploy:
cleanup: false cleanup: false
script: bash scripts/deploy-webgoat.sh script: bash scripts/deploy-webgoat.sh
on: on:
tags: true os: linux
jdk: openjdk11 jdk: openjdk11
tags: true
- provider: releases - provider: releases
cleanup: false cleanup: false
overwrite: true overwrite: true
@ -43,6 +44,7 @@ deploy:
file_glob: true file_glob: true
file: "$WEBGOAT_ARTIFACTS_FOLDER/*" file: "$WEBGOAT_ARTIFACTS_FOLDER/*"
on: on:
os: linux
jdk: openjdk11 jdk: openjdk11
tags: true tags: true
env: env: