1
0
mirror of https://github.com/rancher/os.git synced 2025-07-06 03:26:12 +00:00

Merge pull request #1059 from ibuildthecloud/release

Release
This commit is contained in:
Darren Shepherd 2016-06-28 21:42:27 -07:00 committed by GitHub
commit 6b47d33df2
3 changed files with 6 additions and 1 deletions

View File

@ -44,7 +44,7 @@ ARG VBOX_MODULES_URL_amd64=https://github.com/rancher/os-vbox/releases/download/
ARG OS_SERVICES_REPO=https://raw.githubusercontent.com/${OS_REPO}/os-services
ARG IMAGE_NAME=${OS_REPO}/os
ARG DFS_IMAGE=${OS_REPO}/docker:v${DOCKER_VERSION}
ARG DFS_IMAGE=${OS_REPO}/docker:v${DOCKER_VERSION}-1
ARG OS_BASE_URL_amd64=https://github.com/rancher/os-base/releases/download/v2016.05-3/os-base_amd64.tar.xz
ARG OS_BASE_URL_arm64=https://github.com/rancher/os-base/releases/download/v2016.05-3/os-base_arm64.tar.xz

View File

@ -2,6 +2,10 @@
# help: Run Python based integration tests
set -e
if [ "$INTEGRATION_TESTS" = 0 ]; then
exit 0
fi
source $(dirname $0)/version
cd $(dirname $0)/../tests/integration

View File

@ -4,5 +4,6 @@ set -e
source $(dirname $0)/version
export REPO_VERSION=$VERSION
export COMPRESS=lzma
export INTEGRATION_TESTS=0
exec $(dirname $0)/ci