fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/docker-playground/+/30895 )
Change subject: ttcn3-upf-test: fetch /tmp/commit from gerrit, not from cgit ...................................................................... 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(-) git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/95/30895/1 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 https://gerrit.osmocom.org/c/docker-playground/+/30895 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: docker-playground Gerrit-Branch: master Gerrit-Change-Id: Id327720258a9ece1efb79db0d7c4fcbe19864c92 Gerrit-Change-Number: 30895 Gerrit-PatchSet: 1 Gerrit-Owner: fixeria <[email protected]> Gerrit-MessageType: newchange
