Browse Source

"Real" test with docker building

main
therealchfkch 4 years ago
parent
commit
4db1fc41d5
  1. 11
      .woodpecker/build-docker.yml

11
.woodpecker/build-docker.yml

@ -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…
Cancel
Save