verbose
This commit is contained in:
parent
10d41e635d
commit
d47e9c7817
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -54,8 +54,10 @@ jobs:
|
||||||
id: check_attic
|
id: check_attic
|
||||||
run: |
|
run: |
|
||||||
if curl --connect-timeout 20 --silent --head http://wallfacer.curl-boga.ts.net:7080 | grep "200 OK"; then
|
if curl --connect-timeout 20 --silent --head http://wallfacer.curl-boga.ts.net:7080 | grep "200 OK"; then
|
||||||
|
echo "Attic endpoint is reachable"
|
||||||
echo "reachable=true" >> $GITHUB_OUTPUT
|
echo "reachable=true" >> $GITHUB_OUTPUT
|
||||||
else
|
else
|
||||||
|
echo "Attic endpoint is not reachable"
|
||||||
echo "reachable=false" >> $GITHUB_OUTPUT
|
echo "reachable=false" >> $GITHUB_OUTPUT
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue