File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8888 # --- Sandbox setup --------------------------------------------------
8989 - name : Build sandbox Docker image
9090 if : matrix.sandbox
91- run : bash scripts /setup_sandbox_docker.sh
91+ run : bash helpers /setup_sandbox_docker.sh
9292
9393 # --- Signing setup --------------------------------------------------
9494 - name : Generate signing token
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ This builds the `offwork-sandbox` Docker image from the bundled Dockerfile. The
2222You can also build manually:
2323
2424``` bash
25- bash scripts /setup_sandbox_docker.sh
25+ bash helpers /setup_sandbox_docker.sh
2626```
2727
2828Or let the worker build automatically on first use (the image is built lazily if it doesn't exist).
Original file line number Diff line number Diff line change 1313# offwork worker --backend redis://... --sandbox
1414#
1515# Usage:
16- # bash scripts /setup_sandbox_docker.sh
16+ # bash helpers /setup_sandbox_docker.sh
1717#
1818set -euo pipefail
1919
You can’t perform that action at this time.
0 commit comments