Skip to content
Snippets Groups Projects
Commit 2aecedb1 authored by Marc Vef's avatar Marc Vef
Browse files

Merge branch 'fix_download_script' into 'master'

Download script: force git checkout

See merge request ada-fs/fs!4
parents 93e16d55 91186508
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ clonedeps() { ...@@ -16,7 +16,7 @@ clonedeps() {
cd ${SOURCE} && ${CLONE} &>> ${LOG} cd ${SOURCE} && ${CLONE} &>> ${LOG}
fi fi
# fix the version # fix the version
cd ${SOURCE}/${FOLDER} && git checkout ${COMMIT} &>> ${LOG} cd ${SOURCE}/${FOLDER} && git checkout -f ${COMMIT} &>> ${LOG}
echo "Done" echo "Done"
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment