chore(ci): try to downgrade task tool to 3.7.3

This commit is contained in:
Denis Gukov 2021-10-11 14:40:44 +05:00
parent 87cc947ec3
commit ed0165ad66

View File

@ -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: