Skip to content

Commit 65ebc1c

Browse files
committed
git pull https
1 parent 6c5edcd commit 65ebc1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM solidtestsuite/web-access-control-tests
22
# RUN git fetch origin
33
RUN git fetch https://github.com/solid-contrib/web-access-control-tests.git
4-
RUN git pull
4+
RUN git pull https://github.com/solid-contrib/web-access-control-tests.git
55
RUN git checkout patchAppendNewDocument
6-
RUN git pull
6+
RUN git pull https://github.com/solid-contrib/web-access-control-tests.git

0 commit comments

Comments
 (0)