mirror of
https://codeberg.org/scip/Config-General.git
synced 2025-12-17 20:51:00 +01:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9a3e72d7d1 |
@@ -3,7 +3,7 @@
|
|||||||
steps:
|
steps:
|
||||||
compile:
|
compile:
|
||||||
when:
|
when:
|
||||||
event: [tag,manual]
|
event: [tag]
|
||||||
image: perl:5.43.5-slim-bookworm
|
image: perl:5.43.5-slim-bookworm
|
||||||
commands:
|
commands:
|
||||||
- perl Makefile.PL
|
- perl Makefile.PL
|
||||||
@@ -13,7 +13,7 @@ steps:
|
|||||||
release:
|
release:
|
||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
when:
|
when:
|
||||||
event: [tag,manual]
|
event: [tag]
|
||||||
environment:
|
environment:
|
||||||
DEPLOY_TOKEN:
|
DEPLOY_TOKEN:
|
||||||
from_secret: DEPLOY_TOKEN
|
from_secret: DEPLOY_TOKEN
|
||||||
|
|||||||
Reference in New Issue
Block a user