From f4a5f77d3c6669bebbbf894d2c7c922567ff1e25 Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Fri, 5 Feb 2016 08:23:48 +0100 Subject: fuel: Use symlinks instead of copying fuel ISO to workspace Change-Id: I60addcbcf33736f63914265ca46461b9a4fd64b3 Signed-off-by: Fatih Degirmenci --- jjb/fuel/fuel-download-artifact.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jjb/fuel/fuel-download-artifact.sh') diff --git a/jjb/fuel/fuel-download-artifact.sh b/jjb/fuel/fuel-download-artifact.sh index ceac859dd..d78ddc5ba 100755 --- a/jjb/fuel/fuel-download-artifact.sh +++ b/jjb/fuel/fuel-download-artifact.sh @@ -36,7 +36,7 @@ if [[ ! "$JOB_NAME" =~ (verify|merge) ]]; then ISOSTORE="/iso_mount/opnfv_ci/${GIT_BRANCH##*/}" if [[ -f "$ISOSTORE/$OPNFV_ARTIFACT" ]]; then echo "ISO exists locally. Skipping the download and using the file from ISO store" - /bin/cp -f $ISOSTORE/$OPNFV_ARTIFACT $WORKSPACE/opnfv.iso + ln -s $ISOSTORE/$OPNFV_ARTIFACT $WORKSPACE/opnfv.iso echo "--------------------------------------------------------" echo ls -al $WORKSPACE/opnfv.iso -- cgit 1.2.3-korg