Skip to content

Commit 3a1b660

Browse files
committed
Fix script
1 parent 8e12988 commit 3a1b660

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
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

docs/SANDBOX.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This builds the `offwork-sandbox` Docker image from the bundled Dockerfile. The
2222
You can also build manually:
2323

2424
```bash
25-
bash scripts/setup_sandbox_docker.sh
25+
bash helpers/setup_sandbox_docker.sh
2626
```
2727

2828
Or let the worker build automatically on first use (the image is built lazily if it doesn't exist).

helpers/setup_sandbox_docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# offwork worker --backend redis://... --sandbox
1414
#
1515
# Usage:
16-
# bash scripts/setup_sandbox_docker.sh
16+
# bash helpers/setup_sandbox_docker.sh
1717
#
1818
set -euo pipefail
1919

0 commit comments

Comments
 (0)