gitlab-ci: hopeless try 3
This commit is contained in:
parent
e66ac2e696
commit
255437ecb3
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ shellcheck:
|
||||||
vagrant validate:
|
vagrant validate:
|
||||||
stage: Vagrant linting
|
stage: Vagrant linting
|
||||||
script:
|
script:
|
||||||
- echo "deb http://deb.debian.org/debian stretch main contrib" > /etc/apt/sources.list
|
- echo "deb http://deb.debian.org/debian buster main contrib" > /etc/apt/sources.list
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install --no-install-recommends -y vagrant virtualbox
|
- apt-get install --no-install-recommends -y vagrant virtualbox
|
||||||
- vagrant validate
|
- vagrant validate
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue