mirror of
https://github.com/rancher/os.git
synced 2025-09-01 06:40:31 +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
|
||||
|
Reference in New Issue
Block a user