ci: use python3, not python

This commit is contained in:
Harvey Tindall
2025-12-01 17:37:28 +00:00
parent 861e72b331
commit 862217a627
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -84,4 +84,4 @@ steps:
commands:
- wget https://builds.hrfee.pw/upload.py
- bash -c 'python3 upload.py https://builds.hrfee.pw hrfee jfa-go --tag internal=true'
- python upload.py https://builds.hrfee.pw hrfee jfa-go --tag docker-stable=true
- python3 upload.py https://builds.hrfee.pw hrfee jfa-go --tag docker-stable=true
+1 -1
View File
@@ -93,6 +93,6 @@ steps:
commands:
- wget https://builds.hrfee.pw/upload.py
- bash -c 'python3 upload.py https://builds.hrfee.pw hrfee jfa-go --upload ./dist/*.zip ./dist/*.rpm ./dist/*.apk --tag internal-git=true'
- python upload.py https://builds.hrfee.pw hrfee jfa-go --tag docker-unstable=true
- python3 upload.py https://builds.hrfee.pw hrfee jfa-go --tag docker-unstable=true