Remove extra quote
This commit is contained in:
parent
e7cce483bf
commit
2913b53edb
1 changed files with 1 additions and 1 deletions
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue