appveyor and bitrise fixes
This commit is contained in:
parent
d2591c1022
commit
a7b123ffb6
|
@ -48,8 +48,7 @@ artifacts:
|
|||
deploy:
|
||||
- provider: S3
|
||||
access_key_id: AKIAJOZQS4H2PHQWYFCA
|
||||
secret_access_key:
|
||||
secure: $S3_SECRET_KEY
|
||||
secret_access_key: $S3_SECRET_KEY
|
||||
bucket: flycast-builds
|
||||
folder: 'builds/heads/$(APPVEYOR_REPO_BRANCH)-$(APPVEYOR_REPO_COMMIT)'
|
||||
artifact: reicast-win_$(PLATFORM)-$(CONFIGURATION)-$(APPVEYOR_REPO_COMMIT)
|
||||
|
|
|
@ -18,13 +18,6 @@ workflows:
|
|||
run_if: '{{getenv "SSH_RSA_PRIVATE_KEY" | ne ""}}'
|
||||
- git-clone@4.0.14: {}
|
||||
- cache-pull@2.0.1: {}
|
||||
- script@1.1.5:
|
||||
inputs:
|
||||
- content: |
|
||||
#!/bin/bash
|
||||
export GIT_HASH=`git log --pretty=format:'%h' -n 1`
|
||||
envman add --key GIT_HASH --value $GIT_HASH
|
||||
envman add --key GIT_BUILD --value `git describe --all --always | sed 's/remotes\/origin/heads/'`-$GIT_HASH
|
||||
- certificate-and-profile-installer@1.10.1: {}
|
||||
- recreate-user-schemes@1.0.2:
|
||||
inputs:
|
||||
|
|
Loading…
Reference in New Issue