aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2019-02-21 12:02:47 +0100
committerHarald Welte <laforge@gnumonks.org>2019-02-21 12:02:47 +0100
commit6359c3fe6c05799b2ac2bb211ea80bd3dd206be9 (patch)
treec0df76624b1e447a6dcfac1d4405aee37c1f31ae
parenteedbb5655244147fb5e327196bf44019462a83b9 (diff)
ttcn3-pcu-test: Use master branch, not laforge/gb-sns
All required code is now in master, let's use master. Change-Id: I106184f3f75802ac9a3109408c8eee6597b70caa
-rw-r--r--ttcn3-pcu-test/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ttcn3-pcu-test/Dockerfile b/ttcn3-pcu-test/Dockerfile
index 2cfacce..45b22d0 100644
--- a/ttcn3-pcu-test/Dockerfile
+++ b/ttcn3-pcu-test/Dockerfile
@@ -11,7 +11,7 @@ RUN cd osmo-ttcn3-hacks && \
RUN git config --global user.email docker@dock.er && \
git config --global user.name "Dock Er"
-ARG OSMO_TTCN3_BRANCH="laforge/gb-sns"
+ARG OSMO_TTCN3_BRANCH="master"
ADD http://git.osmocom.org/osmo-ttcn3-hacks/patch?h=$OSMO_TTCN3_BRANCH /tmp/commit
RUN cd osmo-ttcn3-hacks && \