1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-06-02 07:37:48 +02:00

put upload.py in parent dir

This commit is contained in:
Harvey Tindall 2021-03-20 23:16:54 +00:00
parent 8f65e2e968
commit 0bdf8ad6ce
Signed by: hrfee
GPG Key ID: BBC65952848FB1A2

View File

@ -23,9 +23,9 @@ steps:
- curl -sL https://git.io/goreleaser > goreleaser - curl -sL https://git.io/goreleaser > goreleaser
- chmod +x goreleaser - chmod +x goreleaser
- ./scripts/version.sh ./goreleaser - ./scripts/version.sh ./goreleaser
- wget https://builds.hrfee.pw/upload.py - wget https://builds.hrfee.pw/upload.py -P ../
- pip3 install requests - pip3 install requests
- bash -c 'python3 upload.py https://builds.hrfee.pw hrfee jfa-go --tag internal=true' - bash -c 'python3 ../upload.py https://builds.hrfee.pw hrfee jfa-go --tag internal=true'
trigger: trigger:
event: event:
- tag - tag