mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-21 07:49:34 +01:00
chore(ci): try to downgrade task tool to 3.7.3
This commit is contained in:
parent
87cc947ec3
commit
ed0165ad66
@ -22,7 +22,7 @@ aliases:
|
||||
run:
|
||||
name: install task binary
|
||||
# subshell prevents potentially unwanted cwd change
|
||||
command: (cd $HOME && (curl -sL https://taskfile.dev/install.sh | sh))
|
||||
command: (cd $HOME && (curl -sL https://taskfile.dev/install.sh | sh /dev/stdin v.3.7.3))
|
||||
|
||||
- &persist-from-build
|
||||
persist_to_workspace:
|
||||
|
Loading…
Reference in New Issue
Block a user