Skip to content
Snippets Groups Projects

Update .gitlab-ci.yml

1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
+ 3
1
@@ -5,7 +5,9 @@ build:
script:
- lsmod
- make
- ls -lah
- mv docker-machine-driver-kvm-ubuntu16.04 docker-machine-driver-kvm
artifacts:
expire_in: 1 week
paths:
- .
\ No newline at end of file
- ./*.*
Loading