mgw: Use master branch, not accidential different branch

This commit is contained in:
Harald Welte 2018-02-14 19:35:13 +00:00
parent c1694826e4
commit df5f204dfa
1 changed files with 2 additions and 2 deletions

View File

@ -7,10 +7,10 @@ RUN cd osmo-ttcn3-hacks && \
git checkout -f -B master origin/master && \
make deps
ADD http://git.osmocom.org/osmo-ttcn3-hacks/patch?h=laforge/cfg /tmp/commit
ADD http://git.osmocom.org/osmo-ttcn3-hacks/patch /tmp/commit
RUN cd osmo-ttcn3-hacks && \
git fetch && \
git checkout -f -B master origin/laforge/cfg && \
git checkout -f -B master origin/master && \
make mgw
VOLUME /data