aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2023-01-06 22:54:31 +0700
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2023-01-06 23:09:04 +0700
commitaa27022cf8a40e2fdd8fcf1e376b8686a6d23bc4 (patch)
tree3b7482aef0825b59cda54dc03abc7193cf43bd45
parent9a2556824a1317784a214c49dd031f6f51bf51e8 (diff)
ttcn3-upf-test: fetch /tmp/commit from gerrit, not from cgit
-rw-r--r--ttcn3-upf-test/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ttcn3-upf-test/Dockerfile b/ttcn3-upf-test/Dockerfile
index addc43f..c0e3d6c 100644
--- a/ttcn3-upf-test/Dockerfile
+++ b/ttcn3-upf-test/Dockerfile
@@ -3,7 +3,7 @@ ARG USER
FROM $REGISTRY/$USER/debian-bullseye-titan
ARG OSMO_TTCN3_BRANCH="master"
-ADD http://git.osmocom.org/osmo-ttcn3-hacks/patch?h=$OSMO_TTCN3_BRANCH /tmp/commit
+ADD https://gerrit.osmocom.org/plugins/gitiles/osmo-ttcn3-hacks/+/$OSMO_TTCN3_BRANCH?format=TEXT /tmp/commit
RUN ttcn3-docker-prepare "$OSMO_TTCN3_BRANCH" upf
VOLUME /data