aboutsummaryrefslogtreecommitdiffstats
path: root/m3ua-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 /m3ua-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 'm3ua-test')
-rw-r--r--m3ua-test/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/m3ua-test/Dockerfile b/m3ua-test/Dockerfile
index 87975d2..fc9fcd3 100644
--- a/m3ua-test/Dockerfile
+++ b/m3ua-test/Dockerfile
@@ -3,7 +3,7 @@ FROM laforge/sigtran-tests
MAINTAINER Harald Welte <laforge@gnumonks.org>
RUN cd /tmp && git clone https://github.com/nplab/m3ua-testtool
-ADD http://git.osmocom.org/nplab/m3ua-testtool/commit /tmp/commit
+ADD http://git.osmocom.org/nplab/m3ua-testtool/patch /tmp/commit
RUN cd /tmp/m3ua-testtool && \
git pull && \
cc -o runm3uatest runm3uatest.c && \