yaml error quote in wrong position

This commit is contained in:
Dagen Brock 2017-01-23 15:15:59 -06:00
parent 4b551c90cc
commit 029e072c13
1 changed files with 5 additions and 5 deletions

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:
@ -66,7 +66,7 @@ package-ubuntu-sdl2:
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:
@ -97,7 +97,7 @@ package-osx:
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'
- chmod +x make_dist_mac.sh
- ./make_dist_mac.sh
- chmod +x make_dmg_mac.sh
@ -129,7 +129,7 @@ package-win32:
stage: package
script:
- cp src/config.txt .
- 'echo "\n\n# CI_BUILD_ID: $CI_BUILD_ID" > config.txt'
- 'echo "# CI_BUILD_ID: $CI_BUILD_ID" >> config.txt'
- cp COPYING.txt doc/
- cp /bin/cyggcc_s-1.dll .
- cp /bin/cygstdc++-6.dll .
@ -169,7 +169,7 @@ package-win-sdl:
stage: package
script:
- cp src/config.txt .
- 'echo "\n\n# CI_BUILD_ID: $CI_BUILD_ID" > config.txt'
- 'echo "# CI_BUILD_ID: $CI_BUILD_ID" >> config.txt'
- cp COPYING.txt doc/
- cp /bin/cyggcc_s-1.dll .
- cp /bin/cygstdc++-6.dll .