Fix python 2
This commit is contained in:
parent
83d43a4121
commit
3583913038
@ -19,7 +19,7 @@ tasks:
|
||||
- docker build -t {{ .REPO }}:dev .
|
||||
- docker tag {{ .REPO }}:dev {{ .REPO }}:{{ .VERSION }}
|
||||
- echo "JSON for admin:"
|
||||
- python generate_versions.py
|
||||
- python3 generate_versions.py
|
||||
|
||||
test:
|
||||
cmds:
|
||||
|
Loading…
Reference in New Issue
Block a user