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 b017a5e commit 2e8bc67Copy full SHA for 2e8bc67
.github/workflows/integration.yml
@@ -63,6 +63,7 @@ jobs:
63
curl --fail -X POST -n -N -F zip=@${i}.zip http://localhost/domjudge/api/contests/demo/problems
64
done
65
- name: Preparing curl cookiejar
66
+ shell: bash
67
run: |
68
export CURLOPTS="--fail -sq -m 30 -b /tmp/cookiejar"
69
# Make an initial request which will get us a session id, and grab the csrf token from it
0 commit comments