Commit 4ab0a60
Eric Bower
·
2026-07-22 10:02:53 -0400 EDT
parent 93247e9
fix: use BRANCH
1 files changed,
+1,
-1
M
pico.sh
M
pico.sh
+1,
-1
1@@ -15,7 +15,7 @@ zmx wait "*"
2
3 zmx run upload-build docker build -t zmx-upload -f Dockerfile.upload .
4
5-if [[ $PICI_BRANCH = "main" ]]; then
6+if [[ $BRANCH = "main" ]]; then
7 zmx run upload docker run --rm \
8 -v "$(pwd)/README.md:/app/README.md:ro" \
9 -v "$(pwd)/logo.png:/app/logo.png:ro" \