diff options
Diffstat (limited to 'jjb')
-rwxr-xr-x | jjb/xci/xci-deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/xci/xci-deploy.sh b/jjb/xci/xci-deploy.sh index 5856f52e7..dae67cf84 100755 --- a/jjb/xci/xci-deploy.sh +++ b/jjb/xci/xci-deploy.sh @@ -67,4 +67,4 @@ if [ $USE_PROMOTED_VERSIONS = "true" ]; then fi cd /opt/releng/prototypes/openstack-ansible/scripts -sudo -E ./osa_deploy.sh +sudo -E ./osa-deploy.sh |