aboutsummaryrefslogtreecommitdiffstats
path: root/ci/build.sh
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2020-01-28 16:07:00 +0000
committerGerrit Code Review <gerrit@opnfv.org>2020-01-28 16:07:00 +0000
commit17fddf29239eca61147e3b5456e39bed21f8a445 (patch)
treefa3ec045a1617c3a64d9f4e90b734fd30ae8a0f8 /ci/build.sh
parent8e80826d50172c42a19a5e0ee705a84c3a9a80f7 (diff)
parenta3d31a425e0bcfd040746ee21063e108e4487e07 (diff)
Merge "cfg01, mas01: Switch to Ubuntu Bionic"
Diffstat (limited to 'ci/build.sh')
-rwxr-xr-xci/build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/build.sh b/ci/build.sh
index 6119472ec..b24ac5b4e 100755
--- a/ci/build.sh
+++ b/ci/build.sh
@@ -78,7 +78,7 @@ env PIPENV_HIDE_EMOJIS=1 python3 -m pipenv run \
invoke build saltmaster-reclass \
--require 'salt salt-formulas opnfv reclass tini-saltmaster' \
--dist=ubuntu \
- --dist-rel=xenial \
+ --dist-rel=bionic \
--formula-rev=nightly \
--opnfv-tag="${DOCKER_TAG}" \
--salt="${SALT_VERSION}" \
@@ -90,7 +90,7 @@ env PIPENV_HIDE_EMOJIS=1 python3 -m pipenv run \
invoke build saltminion-maas \
--require 'maas' \
--dist=ubuntu \
- --dist-rel=xenial \
+ --dist-rel=bionic \
--opnfv-tag="${DOCKER_TAG}" \
--salt="${SALT_VERSION}" \
${DOCKER_PUSH}