appveyor and bitrise fixes

This commit is contained in:
Flyinghead 2019-05-29 21:37:03 +02:00
parent d2591c1022
commit a7b123ffb6
2 changed files with 1 additions and 9 deletions

View File

@ -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)

View File

@ -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: