Remove extra quote

This commit is contained in:
Antoine Martin 2024-10-10 15:52:20 -04:00
parent e7cce483bf
commit 2913b53edb
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@v$_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@v$_chromiumver',},'custom_vars': {},},]" > .gclient
./gclient sync --no-history --nohooks
- name: Preparing source
run: |