fixeria has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ci/+/40820?usp=email )
Change subject: jobs/master-builds: fix repos_url for enftables
......................................................................
jobs/master-builds: fix repos_url for enftables
enftables is not in Gerrit, use the Gitea URL instead.
Change-Id: I3a50a4498c22c56129a40e410ab30c0e6bfee1ec
Fixes: 46ad4f8 ("jobs/master-builds: add logger_gsmtap and enftables")
---
M jobs/master-builds.yml
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/20/40820/1
diff --git a/jobs/master-builds.yml b/jobs/master-builds.yml
index af8432a..b522774 100644
--- a/jobs/master-builds.yml
+++ b/jobs/master-builds.yml
@@ -322,7 +322,7 @@
cmd: '{docker_run} {docker_img_erlang} {timeout_cmd}
/build/contrib/jenkins.sh'
- enftables:
- repos_url: '{gerrit_url}/erlang/{repos}'
+ repos_url: '{gitea_url}/erlang/{repos}'
cmd: '{docker_run} {docker_img_erlang} {timeout_cmd}
/build/contrib/jenkins.sh'
- osmo-e1-hardware:
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ci/+/40820?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I3a50a4498c22c56129a40e410ab30c0e6bfee1ec
Gerrit-Change-Number: 40820
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>