We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c200a01 commit 53a6681Copy full SHA for 53a6681
test/surface/docker/web-access-control/Dockerfile
@@ -1,7 +1,7 @@
1
FROM solidtestsuite/web-access-control-tests
2
# RUN git fetch origin
3
RUN git fetch https://github.com/solid-contrib/web-access-control-tests.git
4
-RUN git pull https://github.com/solid-contrib/web-access-control-tests.git
5
RUN git stash
+RUN git pull https://github.com/solid-contrib/web-access-control-tests.git
6
RUN git checkout patchAppendNewDocument
7
RUN git pull https://github.com/solid-contrib/web-access-control-tests.git
0 commit comments