[med-svn] [Git][med-team/sra-sdk][master] salsa-ci.yml: Add quoting to preclude colon misinterpretation.
Aaron M. Ucko (@ucko)
gitlab at salsa.debian.org
Fri Jan 20 02:22:11 GMT 2023
Aaron M. Ucko pushed to branch master at Debian Med / sra-sdk
Commits:
3aac5e63 by Aaron M. Ucko at 2023-01-19T21:21:54-05:00
salsa-ci.yml: Add quoting to preclude colon misinterpretation.
- - - - -
1 changed file:
- debian/salsa-ci.yml
Changes:
=====================================
debian/salsa-ci.yml
=====================================
@@ -3,9 +3,9 @@ include:
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
before_script:
- - echo "Package: ncbi-vdb-data" | tee /etc/apt/preferences.d/exp-data
- - echo "Pin: release a=experimental" | tee -a /etc/apt/preferences.d/exp-data
- - echo "Pin-Priority: 999" | tee -a /etc/apt/preferences.d/exp-data
+ - 'echo "Package: ncbi-vdb-data" | tee /etc/apt/preferences.d/exp-data'
+ - 'echo "Pin: release a=experimental" | tee -a /etc/apt/preferences.d/exp-data'
+ - 'echo "Pin-Priority: 999" | tee -a /etc/apt/preferences.d/exp-data'
- apt-get update
variables:
RELEASE: 'experimental'
View it on GitLab: https://salsa.debian.org/med-team/sra-sdk/-/commit/3aac5e632a5641ffca698d6df5d799e1b053469d
--
View it on GitLab: https://salsa.debian.org/med-team/sra-sdk/-/commit/3aac5e632a5641ffca698d6df5d799e1b053469d
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20230120/38d87501/attachment.htm>
More information about the debian-med-commit
mailing list