osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ci/+/30072
)
Change subject: jobs/gerrit-binpkgs: don't use multiple-scm plugin
......................................................................
jobs/gerrit-binpkgs: don't use multiple-scm plugin
Related: OS#5763
Change-Id: Ia5a17c6d25bf811a992ab495a2531ae613cb144f
---
M jobs/gerrit-binpkgs.yml
1 file changed, 9 insertions(+), 7 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/72/30072/1
diff --git a/jobs/gerrit-binpkgs.yml b/jobs/gerrit-binpkgs.yml
index 5c72a41..0f0ebed 100644
--- a/jobs/gerrit-binpkgs.yml
+++ b/jobs/gerrit-binpkgs.yml
@@ -61,13 +61,6 @@
skip-tag: true
submodule:
recursive: false
- - git:
- basedir: 'osmo-ci'
- url: 'https://gerrit.osmocom.org/osmo-ci'
- credentials-id: d5eda5e9-b59d-44ba-88d2-43473cb6e42d
- branches:
- - '$BRANCH_CI'
- wipe-workspace: true
builders:
- shell: |-
@@ -80,6 +73,15 @@
exit 0
fi
+ # Clone osmo-ci.git
+ rm -rf osmo-ci
+ git clone \
+ --depth=1 \
+ --branch="$BRANCH_CI" \
+
https://gerrit.osmocom.org/osmo-ci \
+ osmo-ci
+ git -C osmo-ci log --oneline
+
# Get distro from type
case "{type}" in
deb) distro="debian:11" ;;
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ci/+/30072
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: Ia5a17c6d25bf811a992ab495a2531ae613cb144f
Gerrit-Change-Number: 30072
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: newchange