Remove unneeded v
This commit is contained in:
parent
ab2eaff5b3
commit
51f050fc81
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
read CI_REF_NAME < ci_ref_name
|
read CI_REF_NAME < ci_ref_name
|
||||||
read _chromiumver < chromiumver
|
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@$_chromiumver',},'custom_vars': {},},]" > .gclient
|
||||||
./gclient sync --no-history --nohooks
|
./gclient sync --no-history --nohooks
|
||||||
- name: Preparing source
|
- name: Preparing source
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue