We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49689a8 commit 967f9f0Copy full SHA for 967f9f0
.github/workflows/toolforge-check-lag.yml
@@ -30,7 +30,7 @@ jobs:
30
port: ${{ vars.SSH_PORT }}
31
request_pty: true
32
script: |
33
- set -xe
+ set -x
34
become ${{ matrix.tool }} webservice python3.11 shell -- webservice-python-bootstrap
35
become ${{ matrix.tool }} webservice python3.11 shell -- ./www/python/venv/bin/python ./www/python/src/manage.py check_lag
36
if (( $? != 0 )); then
0 commit comments