Skip to content

Commit 1292800

Browse files
authored
Clear out existing refid-rules before cloning replacement (#50)
1 parent f643a56 commit 1292800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/instances/bentley/Dockerfile.bentley

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN cd /archivesspace/plugins && \
1818
git clone https://github.com/bentley-historical-library/timewalk.git && \
1919
git clone https://github.com/bentley-historical-library/user_defined_in_basic.git && \
2020
git clone https://github.com/bentley-historical-library/aspace_tree_endpoint.git && \
21-
git clone https://github.com/bentley-historical-library/refid_rules.git && \
21+
rm -rf refid_rules && git clone https://github.com/bentley-historical-library/refid_rules.git && \
2222
git clone https://github.com/bentley-historical-library/bhl_aspace_export.git && \
2323
git clone https://github.com/lyrasis/aspace-reindexer.git && \
2424
git clone https://github.com/hudmol/as_history.git

0 commit comments

Comments
 (0)