Unterminated quote

This commit is contained in:
Antoine Martin 2024-10-10 15:43:53 -04:00
parent 3bd4dd9cce
commit 75acc1db9d
Signed by: forge
GPG key ID: D62A472A4AA7D541

View file

@ -45,7 +45,7 @@ jobs:
run: |
read CI_REF_NAME < ci_ref_name
read _chromiumver < chromiumver
echo "solutions = [{'name': 'src/electron','url': 'https://github.com/electron/electron.git@$CI_REF_NAME','deps_file': 'DEPS','managed': False,'custom_deps': {'src': 'https://chromium.googlesource.com/chromium/src.git@$_chromiumver',},'custom_vars': {},},]' > .gclient
echo "solutions = [{'name': 'src/electron','url': 'https://github.com/electron/electron.git@$CI_REF_NAME','deps_file': 'DEPS','managed': False,'custom_deps': {'src': 'https://chromium.googlesource.com/chromium/src.git@$_chromiumver',},'custom_vars': {},},]'" > .gclient
./gclient sync --no-history --nohooks
- name: Preparing source
run: |