2 changed files with 9 additions and 1 deletions
@ -0,0 +1,9 @@ |
|||
image: debian:stretch-slim |
|||
|
|||
stages: |
|||
- build |
|||
|
|||
build: |
|||
script: |
|||
- apt-get update && apt-get install -y wget sudo |
|||
- bash install-and-chroot.sh |
Loading…
Reference in new issue