Update file .gitlab-ci.yml

This commit is contained in:
stanzabird 2023-02-16 19:45:23 +00:00
parent 151478a424
commit 2afc3dce63

View file

@ -53,6 +53,12 @@ Build:
- autoscale - autoscale
except: except:
- merge_requests - merge_requests
# checkout our submodules
variables:
GIT_SUBMODULE_STRATEGY: recursive
before_script:
- git submodule sync
- git submodule update --init --recursive
script: script:
- make $DISTRO - make $DISTRO
- echo VERSION=$(cat version) >> variables.env - echo VERSION=$(cat version) >> variables.env