Skip to content

Commit

Permalink
Stop copy ansible repo (#318)
Browse files Browse the repository at this point in the history
Signed-off-by: Wei Tie <wtie@cisco.com>
  • Loading branch information
tiewei committed Dec 15, 2017
1 parent 4aae3dc commit d6dd753
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ cp -rf scripts/generate-certificate.sh $output_dir/install
chmod +x $output_dir/install/genInventoryFile.py
chmod +x $output_dir/install/generate-certificate.sh

cp -a "${CONTIV_ARTIFACT_STAGING}/ansible" ${output_dir}/
if [ -d ${CONTIV_ARTIFACT_STAGING}/ansible ]; then
cp -a "${CONTIV_ARTIFACT_STAGING}/ansible" ${output_dir}/
fi

# Replace versions
files=$(find $output_dir -type f -name "*.yaml" -or -name "*.sh" -or -name "*.json")
Expand Down

0 comments on commit d6dd753

Please sign in to comment.