Setup envs to test (#16010)

* add setup envs function to the script
7.20.x
Maxim Musienko 2020-02-12 17:30:51 +02:00 committed by GitHub
parent c851fc22af
commit 6fce2f013a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,7 @@ echo "========Starting nigtly test job $(date)========"
source tests/.infra/centos-ci/functional_tests_utils.sh
source .ci/cico_common.sh
setupEnvs
installKVM
installDependencies
installCheCtl
@ -20,4 +21,3 @@ deployCheIntoCluster
createTestUserAndObtainUserToken
createTestWorkspaceAndRunTest
archiveArtifacts "che-nightly-happy-path"