Skip to content

Commit

Permalink
Fix wget command in build-and-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
miesgre committed Jan 23, 2024
1 parent 2229080 commit 70f7edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
java -jar build/libs/cas.war &
PID=$!
sleep 60
wget --no-check-certificate --mirror --convert-links --adjust-extension --page-requisites --no-parent -P mirror-root https://localhost:8443/cas/login
wget --no-check-certificate --mirror --convert-links --adjust-extension --page-requisites --no-parent -P mirror-root https://localhost:8443/cas/login || true
kill $PID
- name: Upload as artifact
Expand Down

0 comments on commit 70f7edb

Please sign in to comment.