aboutsummaryrefslogtreecommitdiffstats
path: root/sua-test
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-08-19 21:56:07 +0200
committerHarald Welte <laforge@gnumonks.org>2017-08-19 21:56:07 +0200
commit1649a011676726d04735270528c76eb6520cf90f (patch)
tree137361c4dbad31c80fbf7a17aaee6262a1dadd33 /sua-test
parentfc8eaf2bcffade42fceff9fd2de8049fcf8d13fa (diff)
Use 'patch' not 'commit' from cgit for repo change detection
the 'commit' output contains a timestamp, so every second the result will be different. 'patch' doesn't have this.
Diffstat (limited to 'sua-test')
-rw-r--r--sua-test/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sua-test/Dockerfile b/sua-test/Dockerfile
index 93da576..f7f3885 100644
--- a/sua-test/Dockerfile
+++ b/sua-test/Dockerfile
@@ -8,7 +8,7 @@ RUN git config --global user.email "nobody@localhost" && \
git config --global user.name "Docker Container"
RUN cd /tmp && git clone https://github.com/nplab/sua-testtool
-ADD http://git.osmocom.org/nplab/sua-testtool/commit /tmp/commit
+ADD http://git.osmocom.org/nplab/sua-testtool/patch /tmp/commit
RUN cd /tmp/sua-testtool && \
git pull && \
git am /tmp/*.patch && \