This commit is contained in:
parent
e40d4ee9de
commit
bd58210fa8
1 changed files with 4 additions and 0 deletions
|
@ -9,11 +9,15 @@ steps:
|
||||||
- name: setup
|
- name: setup
|
||||||
image: alpine
|
image: alpine
|
||||||
commands:
|
commands:
|
||||||
|
- ls
|
||||||
- apk -u add git
|
- apk -u add git
|
||||||
- mkdir /woodpecker/images
|
- mkdir /woodpecker/images
|
||||||
- git clone https://github.com/alexbakker/alertmanager-ntfy.git alertmanager-ntfy/src
|
- git clone https://github.com/alexbakker/alertmanager-ntfy.git alertmanager-ntfy/src
|
||||||
|
- ls
|
||||||
- cd alertmanager-ntfy/src
|
- cd alertmanager-ntfy/src
|
||||||
- git checkout 76d5f772f70d6915c89da00414c20009b03cc361
|
- git checkout 76d5f772f70d6915c89da00414c20009b03cc361
|
||||||
|
- cd ../..
|
||||||
|
- ls
|
||||||
|
|
||||||
- name: build-image
|
- name: build-image
|
||||||
image: gcr.io/kaniko-project/executor
|
image: gcr.io/kaniko-project/executor
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue