Обновление данных из репозитория перед установкой пакетов
This commit is contained in:
parent
c6b63c7ff4
commit
538dd69e0f
@ -1,6 +1,7 @@
|
||||
test:smolensk15:
|
||||
image: smolensk15-dev
|
||||
before_script:
|
||||
- apt-get update
|
||||
- apt-get -y --force-yes install git
|
||||
- git submodule sync
|
||||
- git submodule update --init
|
||||
@ -13,6 +14,7 @@ test:smolensk15:
|
||||
test:bionic:
|
||||
image: bionic-dev
|
||||
before_script:
|
||||
- apt-get update
|
||||
- apt-get -y --force-yes install git
|
||||
- git submodule sync
|
||||
- git submodule update --init
|
||||
|
Loading…
Reference in New Issue
Block a user