From: Jan Kiszka <[email protected]> As we are switching to the new bitbake multiconfig syntax, this is mandatory.
Signed-off-by: Jan Kiszka <[email protected]> --- .gitlab-ci.yml | 2 +- build-images.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e81f1a5..9f3b9b6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: kasproject/kas-isar:latest +image: kasproject/kas-isar:2.0 variables: GIT_STRATEGY: clone diff --git a/build-images.sh b/build-images.sh index 28c3a50..bba525b 100755 --- a/build-images.sh +++ b/build-images.sh @@ -100,7 +100,7 @@ if [ -z ${KAS_DOCKER} ]; then KAS_DOCKER=./kas-docker if [ ! -e ${KAS_DOCKER} ]; then wget -q --show-progress -O ${KAS_DOCKER} \ - https://raw.githubusercontent.com/siemens/kas/master/kas-docker + https://raw.githubusercontent.com/siemens/kas/2.0/kas-docker chmod a+x ${KAS_DOCKER} fi fi -- 2.16.4 -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jailhouse-dev/0e9bbefd0aee851c223c61969ea9fc7f1d958c14.1574672717.git.jan.kiszka%40siemens.com.
