File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 3535
3636 - name : Install Unified Testing Framework
3737 run : |
38- git config --global url."https://ws-simorgh-unified-framework:$WS_UTF_AUTH@github.com/".insteadOf "ssh://git@github.com/" --add
39- git config --global url."https://ws-simorgh-unified-framework:$WS_UTF_AUTH@github.com/".insteadOf "git://github.com/" --add
40- git config --global url."https://ws-simorgh-unified-framework:$WS_UTF_AUTH@github.com/".insteadOf "https://github.com/" --add
41- git config --global user.email "DESimorghMaintainers@bbc.co.uk"
42- git config --global user.name "ws-simorgh-unified-framework"
43- git config --list --global
44- curl -i -s -H "Authorization: Bearer $WS_UTF_AUTH" https://api.github.com/repos/bbc/unified-web-e2e-framework
45- git ls-remote https://github.com/bbc/unified-web-e2e-framework.git
38+ git clone https://oauth2:$WS_UTF_AUTH@github.com/bbc/unified-web-e2e-framework.git
4639
4740 - name : Install Node Modules
4841 if : steps.cache.outputs.cache-hit != 'true'
You can’t perform that action at this time.
0 commit comments