mirror of
https://github.com/digarok/gsplus.git
synced 2024-11-30 16:50:45 +00:00
yaml error missing quote
This commit is contained in:
parent
56b204f052
commit
4b551c90cc
@ -22,7 +22,7 @@ package-ubuntu-x:
|
|||||||
stage: package
|
stage: package
|
||||||
script:
|
script:
|
||||||
- cp src/config.txt .
|
- 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/
|
- cp COPYING.txt doc/
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
Loading…
Reference in New Issue
Block a user