Skip to content

Commit

Permalink
Merge pull request #196 from GeoscienceAustralia/remove_scientific_wo…
Browse files Browse the repository at this point in the history
…rkflows

Remove Scientific_workflows and Tests from Sandbox sync
  • Loading branch information
robbibt authored Sep 16, 2021
2 parents 87fbd9b + d54a14f commit 50478d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/assets/sync_repo
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ BRANCH="${2:-master}"
until $(git clone --depth 1 --branch "$BRANCH" "$REPO" "$WORKDIR") || [ $NEXT_WAIT_TIME -eq 4 ]; do
sleep $(( NEXT_WAIT_TIME++ ))
done
rm -rf "${WORKDIR}"/{.github,.gitignore,LICENSE,README.md,CITATION.cff,USAGE.rst,DEAfrica_notebooks_template.ipynb,DEA_notebooks_template.ipynb} || true
rm -rf "${WORKDIR}"/{.github,.gitignore,LICENSE,README.md,README.rst,CITATION.cff,USAGE.rst,DEAfrica_notebooks_template.ipynb,DEA_notebooks_template.ipynb,Scientific_workflows,Tests} || true
rsync --verbose --recursive "${WORKDIR}/" ~/
rm -rf "${WORKDIR}"
# Install Tools folder if available
Expand Down

0 comments on commit 50478d3

Please sign in to comment.