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
This commit is contained in:
Oliver Smith 2022-12-01 14:15:56 +01:00
parent 3307a90691
commit cc7af6cd5a
1 changed files with 1 additions and 1 deletions

View File

@ -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