Skip to content

Commit

Permalink
Set .git extension after delete/restore of these not-actually-depreca…
Browse files Browse the repository at this point in the history
…ted repos
  • Loading branch information
holmbergius committed Feb 3, 2024
1 parent 25b51b0 commit ebf23cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devops/provision/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ RUN set -ex \
&& git clone https://github.com/WildMeOrg/wbia-tpl-pyflann.git \
&& git clone https://github.com/WildMeOrg/wbia-tpl-pydarknet.git \
# Depricated
&& git clone https://github.com/WildMeOrg/wbia-deprecate-tpl-brambox \
&& git clone https://github.com/WildMeOrg/wbia-deprecate-tpl-lightnet
&& git clone https://github.com/WildMeOrg/wbia-deprecate-tpl-brambox.git \
&& git clone https://github.com/WildMeOrg/wbia-deprecate-tpl-lightnet.git

# Clone first-party WBIA plug-in repositories
RUN set -ex \
Expand Down

0 comments on commit ebf23cd

Please sign in to comment.