summaryrefslogtreecommitdiffstats
path: root/jjb/apex/apex-fetch-snap-info.sh
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/apex/apex-fetch-snap-info.sh')
-rwxr-xr-xjjb/apex/apex-fetch-snap-info.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/apex/apex-fetch-snap-info.sh b/jjb/apex/apex-fetch-snap-info.sh
index 2cfaa59d7..3324aca4f 100755
--- a/jjb/apex/apex-fetch-snap-info.sh
+++ b/jjb/apex/apex-fetch-snap-info.sh
@@ -17,7 +17,7 @@ echo "Fetching overcloudrc, ssh key, and node.yaml from deployment..."
SSH_OPTIONS=(-o StrictHostKeyChecking=no -o GlobalKnownHostsFile=/dev/null -o UserKnownHostsFile=/dev/null -o LogLevel=error)
-tmp_dir=/tmp/csit
+tmp_dir=/tmp/snap
rm -rf ${tmp_dir}
mkdir -p ${tmp_dir}