Compare commits

...

2 Commits

Author SHA1 Message Date
ad543edf31 Remove CLI build for now
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-04-22 16:15:46 +00:00
3722998218 Attempt CLI build
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-04-22 15:32:00 +00:00

View File

@ -1,5 +1,5 @@
pipeline: pipeline:
buildApi: buildApi:
group: build group: build
image: woodpeckerci/plugin-docker-buildx image: woodpeckerci/plugin-docker-buildx
@ -24,6 +24,9 @@ pipeline:
deployRootCapsule: deployRootCapsule:
image: python:3.10 image: python:3.10
group: build
when:
path: "home/*"
secrets: [ CAPSULE_TOWN_KEY ] secrets: [ CAPSULE_TOWN_KEY ]
commands: commands:
- cd home - cd home