Harald Welte has uploaded this change for review. ( https://gerrit.osmocom.org/12995
Change subject: ttcn3-pcu-test: Use master branch, not laforge/gb-sns ...................................................................... ttcn3-pcu-test: Use master branch, not laforge/gb-sns All required code is now in master, let's use master. Change-Id: I106184f3f75802ac9a3109408c8eee6597b70caa --- M ttcn3-pcu-test/Dockerfile 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/95/12995/1 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 git config --global user.email [email protected] && \ 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 && \ -- To view, visit https://gerrit.osmocom.org/12995 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: docker-playground Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I106184f3f75802ac9a3109408c8eee6597b70caa Gerrit-Change-Number: 12995 Gerrit-PatchSet: 1 Gerrit-Owner: Harald Welte <[email protected]>
