We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5a337f commit 369d645Copy full SHA for 369d645
otp-docker/otp-graph-build-compose.yml
@@ -22,7 +22,7 @@ services:
22
target: /etc/caddy/
23
add-status-json-nonce:
24
image: alpine
25
- command: "/bin/sh -e ./add-nonce.sh"
+ command: /bin/sh -e "mv otp-runner-graph-build-manifest.json otp-runner-server-only-manifest.json && ./add-nonce.sh"
26
depends_on:
27
download-bundle:
28
condition: service_completed_successfully
0 commit comments