mirror of
https://github.com/digarok/gsplus.git
synced 2024-11-28 04:49:18 +00:00
yaml error missing quote
This commit is contained in:
parent
56b204f052
commit
4b551c90cc
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user