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