diff options
| author | Michael Grote | 2023-06-26 23:54:49 +0200 |
|---|---|---|
| committer | Michael Grote | 2023-06-26 23:54:49 +0200 |
| commit | 7c3f60883936778708830e613f732cff44e97b28 (patch) | |
| tree | d265de8acdaf0b49c75c63b44abf2527ecefcd52 | |
| parent | 7428e1a21fca202274deefb54959e44a4ef82b00 (diff) | |
ci: apt -y
| -rw-r--r-- | .drone.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -114,7 +114,7 @@ steps: commands: - | apt update - apt install wget jq curl + apt install wget jq curl -y export TOKEN=myuploadtoken export URL="localhost:5000" mkdir -p tests |