Обновление данных из репозитория перед установкой пакетов

This commit is contained in:
Andrei Astafev 2019-02-12 20:01:35 +03:00
parent c6b63c7ff4
commit 538dd69e0f

View File

@ -1,6 +1,7 @@
test:smolensk15: test:smolensk15:
image: smolensk15-dev image: smolensk15-dev
before_script: before_script:
- apt-get update
- apt-get -y --force-yes install git - apt-get -y --force-yes install git
- git submodule sync - git submodule sync
- git submodule update --init - git submodule update --init
@ -13,6 +14,7 @@ test:smolensk15:
test:bionic: test:bionic:
image: bionic-dev image: bionic-dev
before_script: before_script:
- apt-get update
- apt-get -y --force-yes install git - apt-get -y --force-yes install git
- git submodule sync - git submodule sync
- git submodule update --init - git submodule update --init