osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ci/+/41943?usp=email )
Change subject: jobs/dahdi: fix git clones not getting updated
......................................................................
jobs/dahdi: fix git clones not getting updated
The refspec line has caused the git clones of the linux kernel to not
get updated.
Fixes: OS#6932
Change-Id: Id3b35ac10cf4fcb244c572a319433379e2e59c22
---
M jobs/gerrit-verifications-dahdi.yml
M jobs/master-builds-dahdi.yml
2 files changed, 0 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/43/41943/1
diff --git a/jobs/gerrit-verifications-dahdi.yml
b/jobs/gerrit-verifications-dahdi.yml
index 78909c8..8213287 100644
--- a/jobs/gerrit-verifications-dahdi.yml
+++ b/jobs/gerrit-verifications-dahdi.yml
@@ -52,7 +52,6 @@
url: '{repo}'
branches:
- '{linux-ver}'
- refspec: '{linux-ver}'
shallow-clone: true
wipe-workspace: false
clean:
diff --git a/jobs/master-builds-dahdi.yml b/jobs/master-builds-dahdi.yml
index 7ba5985..60a703b 100644
--- a/jobs/master-builds-dahdi.yml
+++ b/jobs/master-builds-dahdi.yml
@@ -56,7 +56,6 @@
url: '{repo}'
branches:
- '{linux-ver}'
- refspec: '{linux-ver}'
shallow-clone: true
wipe-workspace: false
clean:
--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/41943?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: Id3b35ac10cf4fcb244c572a319433379e2e59c22
Gerrit-Change-Number: 41943
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <[email protected]>