Follow redirect for download
continuous-integration/drone/push Build is failing Details

This commit is contained in:
3wc 2023-07-14 12:48:59 +01:00
parent 2f75d29247
commit adace26bcd
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ steps:
- name: download hometown code
image: alpine/curl:8.1.2
commands:
- curl -o hometown.tar.gz https://github.com/hometown-fork/hometown/archive/refs/tags/v3.5.10+hometown-1.0.8.tar.gz
- curl -L -o hometown.tar.gz https://github.com/hometown-fork/hometown/archive/refs/tags/v3.5.10+hometown-1.0.8.tar.gz
- "tar -zxvf hometown.tar.gz"
- "rm hometown.tar.gz"
- "mv hometown-* hometown"