Merge "[aiab] Fix a path to scripts directory"

This commit is contained in:
Zuul 2019-06-19 22:51:50 +00:00 committed by Gerrit Code Review
commit 32d805d5e3
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ vm(flavor: 'm1.xxlarge', artifactoryLogs: true, publicNet: publicNet) {
}
stage('Run Airship') {
dir("${REPO_HOME}/tools/deployment/aiab/dev_single_node"){
dir("${REPO_HOME}/tools/deployment/aiab/"){
try {
timeout(120){
sh 'sudo TERM_OPTS=-i ./airship-in-a-bottle.sh -y'