Update execute-tests.yaml

This commit is contained in:
uazo 2021-08-10 11:54:05 +02:00 committed by GitHub
parent b1d8660386
commit 0baf066b90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,13 +60,14 @@ jobs:
# copy artifacts
cd chromium/src
mkdir -p out/bromite
cp -arp $ARTIFACS_DIR/out out/bromite
cp -arp $ARTIFACS_DIR/out out/
mv out/out out/bromite
# reset proxy env
HTTP_PROXY=
HTTPS_PROXY=
http_proxy=
https_proxy=
#HTTP_PROXY=
#HTTPS_PROXY=
#http_proxy=
#https_proxy=
- name: Wait forever
shell: bash