mirror of
https://github.com/rancher/os.git
synced 2025-08-31 22:32:14 +00:00
Skip integration tests in release
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user