install go-replace before using it (#571)

needs this or at least deps:go-replace.
This commit is contained in:
Patrick Collins 2021-02-11 21:55:08 -08:00 committed by GitHub
parent 896f9dd5b7
commit b17621cf73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,6 +48,7 @@ sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b .bin
# Create chart
PATH=$PATH:$PWD/.bin
task deps:install
task chart:create CHART=chart_name
# Don't forgot edit some chart informations in charts/char_name/Chart.yaml and charts/char_name/values.yaml