ttcn3-stp: Set default OSMO_TTCN3_BRANCH to master

Change-Id: I6b19e50f65bca6fe556c748f3c2b633f65037dce
This commit is contained in:
Pau Espin 2020-01-16 14:26:35 +01:00
parent e8ec219ba2
commit 259fd3cedf
1 changed files with 1 additions and 3 deletions

View File

@ -11,9 +11,7 @@ RUN cd osmo-ttcn3-hacks && \
RUN git config --global user.email docker@dock.er && \
git config --global user.name "Dock Er"
# FIXME: Once STP patches in laforge/stp are merged into master, then
# OSMO_TTCN3_BRANCH can be set again to "master".
ARG OSMO_TTCN3_BRANCH="laforge/stp"
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 && \