fix warnings
This commit is contained in:
parent
9dbd41c830
commit
262afedb08
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user