From 401395f0fd9adccc085fc55b953a91bb19e469da Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Tue, 29 Jan 2019 08:44:06 -0500 Subject: [PATCH] ci: install v0.6 docker image This image has both west in pytest and most recent sdk-ng release. Signed-off-by: Anas Nashif --- .shippable.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.shippable.yml b/.shippable.yml index 3ef48bd1fb9..d75354a7c0d 100644 --- a/.shippable.yml +++ b/.shippable.yml @@ -21,13 +21,12 @@ build: - ${SHIPPABLE_BUILD_DIR}/ccache pre_ci_boot: image_name: zephyrprojectrtos/ci - image_tag: v0.5-rc5 + image_tag: v0.6 pull: true options: "-e HOME=/home/buildslave --privileged=true --tty --net=bridge --user buildslave" ci: - export CCACHE_DIR=${SHIPPABLE_BUILD_DIR}/ccache/.ccache - - sudo pip3 install -U west pytest - > if [ "$IS_PULL_REQUEST" = "true" ]; then ./scripts/ci/run_ci.sh -c -b ${PULL_REQUEST_BASE_BRANCH} -r origin -m ${MATRIX_BUILD} -M ${MATRIX_BUILDS} -p ${PULL_REQUEST};