Move all scripts to the scripts dir

This commit is contained in:
Mingshen Sun 2020-12-29 19:44:00 -08:00
parent df80d2e431
commit 52a8c4a401
No known key found for this signature in database
GPG key ID: 1F86BA2052FED3B4
5 changed files with 10 additions and 6 deletions

View file

@ -22,8 +22,8 @@ jobs:
export PATH="/usr/local/opt/go@1.14/bin:$PATH"
bundle install
bundle exec pod install
./wcarthage bootstrap --platform iOS
./gopenpgp_build.sh
./scripts/wcarthage bootstrap --platform iOS
./scripts/gopenpgp_build.sh
- name: Test
run: bundle exec fastlane test
- name: Deploy