aboutsummaryrefslogtreecommitdiffstats
path: root/ttcn3-mgw-test
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2021-02-10 14:35:26 +0100
committerOliver Smith <osmith@sysmocom.de>2021-02-11 15:45:40 +0100
commitdb3f98113cbdeb0110ca0b9ba01cd12d66d97e34 (patch)
tree2d9aa95ebead1be70b924c6571b37bf03913ccc1 /ttcn3-mgw-test
parent1927b88800ff486a360b71d849626927fe4b4cfc (diff)
ttcn3: remove /root/projects/git symlink
Remove leftover from old TTCN-3 build scripts, before refactoring ttcn3 Dockerfiles. This line has already been removed in 357ec806 from 2017 for ggsn-test. In osmo-ttcn3-hacks.git, this is only referenced in the obsolete bin/install.script (looks like we could remove that, together with the rest of the bin dir?). Related: OS#5017 Change-Id: Id23e7fae58ba246916a38aa0a10035d4f67f7588
Diffstat (limited to 'ttcn3-mgw-test')
-rw-r--r--ttcn3-mgw-test/Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/ttcn3-mgw-test/Dockerfile b/ttcn3-mgw-test/Dockerfile
index 33183d0..9afef2e 100644
--- a/ttcn3-mgw-test/Dockerfile
+++ b/ttcn3-mgw-test/Dockerfile
@@ -1,7 +1,6 @@
ARG USER
FROM $USER/debian-stretch-titan
-RUN mkdir /root/projects && (cd /root/projects && ln -sf / git)
RUN git clone git://git.osmocom.org/osmo-ttcn3-hacks.git
RUN cd osmo-ttcn3-hacks && \