jobs/osmocom-release-tarballs: adjust containers

Build debian-stretch-obs-latest instead of debian-stretch-build, before
building debian-stretch-build-dist.

Depends: docker-playground I2cf6ed732e55b8f0e63bd8fc040749bd16676d0f
Change-Id: I4189ab1bf483f0a31ffdb35af0d42fe2e9a72a90
This commit is contained in:
Oliver Smith 2021-03-10 12:11:43 +01:00 committed by osmith
parent 9b493f64ce
commit 85bca774fc
1 changed files with 3 additions and 1 deletions

View File

@ -27,7 +27,9 @@
- shell: |
export OSMO_BRANCH_DOCKER_PLAYGROUND="$BRANCH_DOCKER_PLAYGROUND"
. scripts/common.sh
docker_images_require "debian-stretch-build" "debian-stretch-build-dist"
docker_images_require \
"debian-stretch-obs-latest" \
"debian-stretch-build-dist"
docker run \
--rm=true \