osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/30424 )
Change subject: jobs/osmo-gsm-tester virtual: use literal style ...................................................................... jobs/osmo-gsm-tester virtual: use literal style Use literal style instead of folded style in the shell argument of osmo-gsm-tester_virtual as otherwise new lines behave unintuitively. Related: https://yaml-multiline.info/ Change-Id: I862a0ed24bae2c713e857a459797e1a978df0560 --- M jobs/osmo-gsm-tester-runner.yml 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved diff --git a/jobs/osmo-gsm-tester-runner.yml b/jobs/osmo-gsm-tester-runner.yml index 9e50f6e..bff2a9b 100644 --- a/jobs/osmo-gsm-tester-runner.yml +++ b/jobs/osmo-gsm-tester-runner.yml @@ -223,7 +223,7 @@ - copy_artifact_all - copy_artifact: repo: osmo-gsm-tester_build-osmocom-bb - - shell: > + - shell: | unlink osmo-gsm-tester/sysmocom/resources.conf || true ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf -- To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/30424 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: osmo-ci Gerrit-Branch: master Gerrit-Change-Id: I862a0ed24bae2c713e857a459797e1a978df0560 Gerrit-Change-Number: 30424 Gerrit-PatchSet: 1 Gerrit-Owner: osmith <osm...@sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: osmith <osm...@sysmocom.de> Gerrit-Reviewer: pespin <pes...@sysmocom.de> Gerrit-MessageType: merged