[aiab] Fix a path to scripts directory

dev_single_node directory has been removed [1],
update gate script to point to correct a directory.

[1] https://review.opendev.org/#/c/664709/

Change-Id: I90d4dc3e5d1d4e73316bdfef750d829fea0a1e5e
This commit is contained in:
Evgeny L 2019-06-12 18:11:58 +00:00 committed by Kaspars Skels
parent 7a075023f9
commit f69f3af5f4
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'