Deploy and release on Java 11
This commit is contained in:
parent
52b66ed506
commit
27bf08ad5c
@ -24,14 +24,17 @@ before_deploy:
|
||||
- cp -fa $WEBWOLF_TARGET_DIR/*.jar $WEBGOAT_ARTIFACTS_FOLDER/
|
||||
- echo "Contents of artifacts folder:"
|
||||
- ls $WEBGOAT_ARTIFACTS_FOLDER
|
||||
deploy:
|
||||
- provider: script
|
||||
jobs:
|
||||
include:
|
||||
- stage: deploy
|
||||
jdk: openjdk11
|
||||
skip_cleanup: true
|
||||
script: bash scripts/deploy-webgoat.sh
|
||||
on:
|
||||
repo: WebGoat/WebGoat
|
||||
tags: true
|
||||
- provider: releases
|
||||
- stage: releases
|
||||
jdk: openjdk11
|
||||
skip_cleanup: true
|
||||
overwrite: true
|
||||
api_key:
|
||||
|
Loading…
x
Reference in New Issue
Block a user