Radish alpha
r
rad:zwTxygwuz5LDGBq255RA2CbNGrz8
Radicle CI broker
Radicle
Git
fix: Subplot step to run git in sub directory
Lars Wirzenius committed 1 year ago
commit 756d7ac81d342726e637a9db6e425542df542814
parent 6ec75d1
1 file changed +1 -1
modified ci-broker.md
@@ -928,7 +928,7 @@ then stdout doesn't contain ""repo_name": "xyzzy""
when I try to run cibtool --db ci-broker.db trigger --repo xyzzy --commit v1.0
then command fails

-
when I run, in xyzzy, git tag -am "version 1.0" v1.0
+
when I run env -C xyzzy git tag -am "version 1.0" v1.0
when I run cibtool --db ci-broker.db trigger --repo xyzzy
when I run ./env.sh cib --config config.yaml queued
when I run cibtool --db ci-broker.db run list --json