enable build history for rollbacks
Some checks are pending
ci/woodpecker/push/docs Pipeline is pending
ci/woodpecker/push/release Pipeline is pending
ci/woodpecker/push/test Pipeline is pending
ci/woodpecker/tag/docs Pipeline is pending
ci/woodpecker/tag/release Pipeline is pending
ci/woodpecker/tag/test Pipeline is pending
Some checks are pending
ci/woodpecker/push/docs Pipeline is pending
ci/woodpecker/push/release Pipeline is pending
ci/woodpecker/push/test Pipeline is pending
ci/woodpecker/tag/docs Pipeline is pending
ci/woodpecker/tag/release Pipeline is pending
ci/woodpecker/tag/test Pipeline is pending
This commit is contained in:
parent
29f42cbb3e
commit
90e3d05467
1 changed files with 4 additions and 1 deletions
|
@ -16,10 +16,11 @@ pipeline:
|
|||
glibc:
|
||||
when:
|
||||
event:
|
||||
- push
|
||||
- tag
|
||||
branch:
|
||||
- develop
|
||||
- stable
|
||||
- historical-builds
|
||||
secrets:
|
||||
- SCW_ACCESS_KEY
|
||||
- SCW_SECRET_KEY
|
||||
|
@ -48,6 +49,7 @@ pipeline:
|
|||
when:
|
||||
event:
|
||||
- push
|
||||
- tag
|
||||
branch:
|
||||
- develop
|
||||
- stable
|
||||
|
@ -82,6 +84,7 @@ pipeline:
|
|||
when:
|
||||
event:
|
||||
- push
|
||||
- tag
|
||||
branch:
|
||||
- develop
|
||||
- stable
|
||||
|
|
Loading…
Reference in a new issue