FIX - missing stage for build job in gitlab-ci.yml file.
This commit is contained in:
parent
8d19580d70
commit
3ff2e73355
@ -4,6 +4,7 @@ stages:
|
|||||||
- build
|
- build
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
stage: build
|
||||||
script:
|
script:
|
||||||
- apt-get update && apt-get install -y wget sudo
|
- apt-get update && apt-get install -y wget sudo
|
||||||
- bash install-and-chroot.sh
|
- bash install-and-chroot.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user