mirror of
https://github.com/Luzifer/tasmota-build.git
synced 2024-11-09 18:00:07 +00:00
Switch image to python3
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
3d2417824a
commit
02e66672e8
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -35,4 +35,4 @@ venv:
|
||||||
.PHONY: venv
|
.PHONY: venv
|
||||||
|
|
||||||
manual:
|
manual:
|
||||||
vault2env --key=secret/jenkins/build-tasmota -- bash -eux -o pipefail -c 'env | grep -v PATH > ./env && docker run --rm -i --env-file=env -e UID=$(shell id -u) -v "$(CURDIR):/src" -w /src python:2.7 make ci chown final'
|
vault2env --key=secret/jenkins/build-tasmota -- bash -eux -o pipefail -c 'env | grep -v PATH > ./env && docker run --rm -i --env-file=env -e UID=$(shell id -u) -v "$(CURDIR):/src" -w /src python make ci chown final'
|
||||||
|
|
Loading…
Reference in a new issue