Update upgrade.sh

This commit is contained in:
Olivier DEBAUCHE 2022-01-03 10:44:05 +01:00 committed by GitHub
parent c81a1bbc3f
commit 10782653b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
set -x set -euo pipefail
docker run --rm \ docker run --rm \
-v /${CWD}://tmp \ -v /${CWD}://tmp \