blob: 37ee8c3545effea77fd8cd16f61345ecbccb42f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
name: "grenade-brothers-build"
steps:
- label: buildah login
script:
path: "../common/buildah-login.sh"
- label: git clone
script:
path: "../common/git-clone.sh"
arguments:
- "https://git.adyxax.org/adyxax/grenade-brothers"
- label: build image
script:
path: "build-image.sh"
- label: make push
script:
path: "../common/make.sh"
arguments:
- "push"
- label: clean
script:
path: "../common/clean.sh"
identities:
- quay-io
runner:
identity: "ssh-myth"
name: "ssh"
parameters:
host: "myth.adyxax.org"
user: "root"
|