ttcn3 gerrit verification: Use 'make deps-update' target

In osmo-ttcn3-hacks Idc165425b45872d2eb958a662d03e69aaf60669d
we introduced the new 'deps-update' Makefile target to properly
update all 'deps' repositories without removing them. Let's use it.

Change-Id: Iabc54182d1d30ef26e4f72fb9db52fd25a6c9800
This commit is contained in:
Harald Welte 2018-02-15 18:35:14 +01:00
parent e122fef10e
commit 8efadaf793
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@
slave_axis: !!python/tuple [build2-deb9build]
cmd: >
# keep first line with less indent to preserve newlines
make clean; make compile
make clean; make deps-update && make compile
jobs:
- 'gerrit-{repos}'