We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f89dfa commit e0c2b57Copy full SHA for e0c2b57
1 file changed
.github/workflows/container_integration_tests.yml
@@ -172,7 +172,7 @@ jobs:
172
# We run curl INSIDE the container so the source IP is 127.0.0.1
173
for key in "${!settings[@]}"; do
174
echo "Setting $key..."
175
- docker exec dev_dataverse curl -s -X PUT -d "${settings[$key]}" "http://localhost:8080/api/admin/settings/$key"
+ docker exec dev_dataverse curl --fail-with-body -sS -X PUT -d "${settings[$key]}" "http://localhost:8080/api/admin/settings/$key"
176
echo ""
177
done
178
0 commit comments