pico

created pr with 36.1 on 2024-11-20T04:59:44Z · by c8ef7d19
added 36.2 on 2024-11-20T05:01:44Z · by c8ef7d19
1: c729638 = 1: c729638 chore: container logs to pipe
-: ------- > 2: ebfa197 chore: rm build ctx from pipemgr service
cmds
checkout latest patchset:
ssh pr.pico.sh print 36 | git am -3
checkout any patchset in a patch request:
ssh pr.pico.sh print 36.[rev] | git am -3
add changes to patch request:
git format-patch main --stdout | ssh pr.pico.sh pr add 36

Patchset 36.2 on 2024-11-20T05:01:44Z · commit ebfa197

chore: rm build ctx from pipemgr service
Eric Bower 2024-11-20T05:01:18Z
Semantic diff summary
0 added, 0 modified, 0 signature changed, 0 removed across 0 analyzed files (1 file skipped: unsupported file type)
+0 -2 docker-compose.yml #
......@@ -30,8 +30,6 @@ services:
3030 - db
3131 - all
3232 pipemgr:
33- build:
34- context: .
3533 image: ghcr.io/picosh/pipemgr:latest
3634 restart: always
3735 volumes:
Back to top