1
This commit is contained in:
parent
cae3115061
commit
7be58a9b5b
2 changed files with 19 additions and 0 deletions
|
@ -15,6 +15,15 @@ labels:
|
|||
steps:
|
||||
|
||||
pr:
|
||||
image: registry.kokuwa.io/kokuwaio/buildctl:ci-${CI_PIPELINE_NUMBER}
|
||||
pull: true
|
||||
commands:
|
||||
- ls -lA
|
||||
- pwd
|
||||
when:
|
||||
event: pull_request
|
||||
|
||||
pr2:
|
||||
image: registry.kokuwa.io/kokuwaio/buildctl:ci-${CI_PIPELINE_NUMBER}
|
||||
pull: true
|
||||
commands: buildctl --version
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue