This commit is contained in:
parent
58181255b2
commit
a90dff4b4c
1 changed files with 16 additions and 2 deletions
|
@ -1,12 +1,26 @@
|
||||||
pipeline:
|
pipeline:
|
||||||
upload:
|
setup:
|
||||||
image: gitea.nulo.in/nulo/super-image:3.18
|
image: gitea.nulo.in/nulo/super-image:3.18
|
||||||
commands:
|
commands:
|
||||||
- pnpm install
|
- pnpm install
|
||||||
|
check:
|
||||||
|
image: gitea.nulo.in/nulo/super-image:3.18
|
||||||
|
commands:
|
||||||
- ./tool check
|
- ./tool check
|
||||||
|
when:
|
||||||
|
path:
|
||||||
|
exclude: ["*.md"]
|
||||||
|
refresh-feeds:
|
||||||
|
image: gitea.nulo.in/nulo/super-image:3.18
|
||||||
|
commands:
|
||||||
- ./tool refresh_feeds
|
- ./tool refresh_feeds
|
||||||
|
build:
|
||||||
|
image: gitea.nulo.in/nulo/super-image:3.18
|
||||||
|
commands:
|
||||||
- ./tool build
|
- ./tool build
|
||||||
|
upload:
|
||||||
|
image: gitea.nulo.in/nulo/super-image:3.18
|
||||||
|
commands:
|
||||||
- |
|
- |
|
||||||
eval $(ssh-agent -s)
|
eval $(ssh-agent -s)
|
||||||
echo "$${SSH_KEY}" | tr -d '\r' | ssh-add -
|
echo "$${SSH_KEY}" | tr -d '\r' | ssh-add -
|
||||||
|
|
Reference in a new issue