This commit is contained in:
parent
217442576b
commit
86f48b39db
1 changed files with 2 additions and 5 deletions
|
|
@ -2,11 +2,8 @@ when:
|
||||||
- event: push
|
- event: push
|
||||||
branch: main
|
branch: main
|
||||||
|
|
||||||
skip_clone: true
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: debian
|
image: quay.io/podman/stable
|
||||||
commands:
|
commands:
|
||||||
- echo "First step"
|
- podman build .
|
||||||
# - podman build .
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue