1 changed files with 6 additions and 5 deletions
@ -1,9 +1,10 @@ |
|||||
#test comment |
|
||||
pipeline: |
pipeline: |
||||
|
compile: |
||||
|
image: rust |
||||
|
commands: |
||||
|
- cargo build |
||||
|
|
||||
build: |
build: |
||||
image: rust |
image: rust |
||||
commands: |
commands: |
||||
- ls |
- docker build . |
||||
- pwd |
|
||||
# - uname |
|
||||
#- docker build . |
|
||||
|
|||||
Loading…
Reference in new issue