From fc1425fb6ef4c6004371a8b54ee05870d446659e Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Sat, 3 Feb 2018 18:09:28 +0100 Subject: [PDF] pod1: Refresh PDF, IDF examples Sync latest changes from pharos git repo for our sample PDF/IDF: - move net_config from PDF to IDF; - minor cleanup; JIRA: FUEL-322 Change-Id: If6865ac61a4942a1dd5daf7081fd8faa67e0e7bf Signed-off-by: Alexandru Avadanii --- ci/deploy.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'ci') diff --git a/ci/deploy.sh b/ci/deploy.sh index 9a22e9ec5..cf166bae9 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -284,6 +284,7 @@ BASE_CONFIG_IDF="${BASE_CONFIG_URI}/labs/${TARGET_LAB}/idf-${TARGET_POD}.yaml" LOCAL_PDF="${STORAGE_DIR}/$(basename "${BASE_CONFIG_PDF}")" LOCAL_IDF="${STORAGE_DIR}/$(basename "${BASE_CONFIG_IDF}")" LOCAL_PDF_RECLASS="${STORAGE_DIR}/pod_config.yml" +rm -f "${LOCAL_PDF_RECLASS}" if ! curl --create-dirs -o "${LOCAL_PDF}" "${BASE_CONFIG_PDF}"; then if [ "${DEPLOY_TYPE}" = 'baremetal' ]; then notify "[ERROR] Could not retrieve PDF (Pod Descriptor File)!\n" 1>&2 -- cgit 1.2.3-korg