We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f34f9c commit 80acd19Copy full SHA for 80acd19
1 file changed
ci/ldmx-sw-dependabot
@@ -45,6 +45,9 @@ update() {
45
if [ "${latest_major}" -eq "${ci_latest_major}" ] && [ "${latest_minor}" -eq "${ci_latest_minor}" ]; then
46
inf "Only a patch difference between ${latest} and ${ci_latest}, replacing ${ci_latest} with ${latest}."
47
jq --arg latest "${latest}" '.ldmx_sw[-1] = $latest' ci/ldmx-sw-to-test.json > ci/ldmx-sw-to-test.json.upd
48
+ if [ -e "ci/interop/${ci_latest}.patch" ]; then
49
+ rm ci/interop/${ci_latest}.patch
50
+ fi
51
else
52
inf "More than a patch difference, adding ${latest} as a new test to the CI."
53
jq --arg latest "${latest}" '.ldmx_sw += [$latest]' ci/ldmx-sw-to-test.json > ci/ldmx-sw-to-test.json.upd
0 commit comments