fixeria submitted this change.

View Change

Approvals: Jenkins Builder: Verified pespin: Looks good to me, but someone else must approve laforge: Looks good to me, approved
ttcn3-upf-test: fetch /tmp/commit from gerrit, not from cgit

Change-Id: Id327720258a9ece1efb79db0d7c4fcbe19864c92
---
M ttcn3-upf-test/Dockerfile
1 file changed, 1 insertion(+), 1 deletion(-)

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 @@
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

To view, visit change 30895. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Id327720258a9ece1efb79db0d7c4fcbe19864c92
Gerrit-Change-Number: 30895
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>
Gerrit-MessageType: merged