summaryrefslogtreecommitdiffstats
path: root/jjb/apex/apex-fetch-snap-info.sh
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2018-11-19 14:10:37 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-11-19 14:10:37 +0000
commit3970f5ffe03148df980f6e1518dcb105799a53d7 (patch)
tree4ccc2775d6f8b20764e56121d95d4ae7c25488ea /jjb/apex/apex-fetch-snap-info.sh
parent465dcefcd136847b8de27f83627dba3f76d72715 (diff)
parentfbe5dfee30f419fece03fb4bf5c27bcfae7abd8c (diff)
Merge "Apex: Refactor snapshot pipeline for other types"
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}