Update file .gitlab-ci.yml
This commit is contained in:
parent
151478a424
commit
2afc3dce63
1 changed files with 6 additions and 0 deletions
|
|
@ -53,6 +53,12 @@ Build:
|
|||
- autoscale
|
||||
except:
|
||||
- merge_requests
|
||||
# checkout our submodules
|
||||
variables:
|
||||
GIT_SUBMODULE_STRATEGY: recursive
|
||||
before_script:
|
||||
- git submodule sync
|
||||
- git submodule update --init --recursive
|
||||
script:
|
||||
- make $DISTRO
|
||||
- echo VERSION=$(cat version) >> variables.env
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue