wp: revert disable secret
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
af08dcb9cd
commit
603353f2bd
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,7 @@ pkgname=(
|
|||
'woodpecker-agent'
|
||||
'woodpecker-cli'
|
||||
)
|
||||
pkgver=0.15.0+437+ga389287d8
|
||||
pkgver=0.15.0+438+g8a8928b89
|
||||
pkgrel=1
|
||||
pkgdesc="Woodpecker is a community fork of the Drone CI system"
|
||||
arch=('x86_64')
|
||||
|
@ -36,6 +36,7 @@ prepare() {
|
|||
cd "$pkgbase"
|
||||
|
||||
git apply ../Add-global-user-secret.patch || true
|
||||
git revert --no-edit a389287d808d563beffc04f08015d78010f1da8e
|
||||
|
||||
mkdir -p build-server build-agent build-cli
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue