Woodpecker pipeline #1087 current status: created. ⏳
- Details: https://woodpecker.radworks.garden/repos/6/pipeline/582
Woodpecker pipeline #1087 current status: created. ⏳
- Details: https://woodpecker.radworks.garden/repos/6/pipeline/582
Woodpecker pipeline #1087 current status: created. ⏳
- Details: https://woodpecker.radworks.garden/repos/6/pipeline/582
Woodpecker pipeline #1087 current status: created. ⏳
- Details: https://woodpecker.radworks.garden/repos/6/pipeline/582
Woodpecker pipeline #1087 current status: created. ⏳
- Details: https://woodpecker.radworks.garden/repos/6/pipeline/582
Woodpecker pipeline #1087 completed with status: failure. ❌
- Details: https://woodpecker.radworks.garden/repos/6/pipeline/582
Rebase
Clean working tree before publishing arch package
Rebase
Woodpecker pipeline #1167 current status: created. ⏳
- Details: https://woodpecker.radworks.garden/repos/6/pipeline/649
Woodpecker pipeline #1167 current status: created. ⏳
- Details: https://woodpecker.radworks.garden/repos/6/pipeline/649
Woodpecker pipeline #1167 current status: created. ⏳
- Details: https://woodpecker.radworks.garden/repos/6/pipeline/649
Woodpecker pipeline #1167 current status: created. ⏳
- Details: https://woodpecker.radworks.garden/repos/6/pipeline/649
Woodpecker pipeline #1167 current status: created. ⏳
- Details: https://woodpecker.radworks.garden/repos/6/pipeline/649
Woodpecker pipeline #1167 completed with status: success. ✅
- Details: https://woodpecker.radworks.garden/repos/6/pipeline/649
Since I have [commit] gpgsign = true in my ~/.gitconfig, I sign all my commits with my radicle key, so in repos that aren’t properly configured I can’t commit unless I run this:
cd /Users/rudolfs/work/radicle-desktop/arch/radicle-desktop.git
git config user.signingKey "$(rad self --ssh-key)"
git config gpg.format ssh
git config gpg.ssh.program ssh-keygen
git config gpg.ssh.allowedSignersFile .gitsigners
git config commit.gpgsign true
Would be good to figure out if there’s a workaround so I don’t have to configure the repository every time we release.
It would be good to also clean up this repo after the publish script is done, so that the npm run format command doesn’t fail.
Rebase