ci: apt -y
This commit is contained in:
parent
7428e1a21f
commit
7c3f608839
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- |
|
- |
|
||||||
apt update
|
apt update
|
||||||
apt install wget jq curl
|
apt install wget jq curl -y
|
||||||
export TOKEN=myuploadtoken
|
export TOKEN=myuploadtoken
|
||||||
export URL="localhost:5000"
|
export URL="localhost:5000"
|
||||||
mkdir -p tests
|
mkdir -p tests
|
||||||
|
|
Reference in a new issue