yaml error missing quote

This commit is contained in:
Dagen Brock 2017-01-23 15:07:52 -06:00
parent 56b204f052
commit 4b551c90cc

View File

@ -22,7 +22,7 @@ package-ubuntu-x:
stage: package
script:
- cp src/config.txt .
- echo "# CI_BUILD_ID: $CI_BUILD_ID" >> config.txt'
- echo '"# CI_BUILD_ID: $CI_BUILD_ID" >> config.txt'
- cp COPYING.txt doc/
artifacts:
paths: