File tree Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 7
7
- Pods
8
8
before_install :
9
9
- export LANG=en_US.UTF-8
10
- - gem install bundler -v 2.0.2
11
10
install :
12
- - bundle install --without development --deployment --jobs=3 --retry=3
13
- - bundle exec pod install
11
+ - make bootstrap
14
12
before_script :
15
- - bundle exec danger
13
+ - if [ -n "$DANGER_GITHUB_API_TOKEN" ]; then bundle exec danger; fi
16
14
script :
17
15
- bundle exec fastlane scan
18
16
after_success :
Original file line number Diff line number Diff line change 1
1
bootstrap :
2
- gem install bundler
2
+ gem install bundler -v 2.0.2
3
3
bundle install
4
4
# pod install
5
5
bundle exec pod keys set BaseAPIURL " https://polydice.com/iCook-tvOS/demo/"
6
6
bundle exec pod keys set CrashlyticsAPIKey " -"
7
7
bundle exec pod keys set TreasureDataAPIKey " -"
8
8
bundle exec pod install
9
9
# sh scripts/fabric.sh
10
- echo " fabric.apikey" > keys/fabric.apikey
11
- echo " fabric.buildsecret" > keys/fabric.buildsecret
10
+ mkdir -p keys
11
+ touch keys/fabric.apikey && echo " fabric.apikey" > keys/fabric.apikey
12
+ touch keys/fabric.buildsecret && echo " fabric.buildsecret" > keys/fabric.buildsecret
Original file line number Diff line number Diff line change 7
7
- HCYoutubeParser (0.0.5)
8
8
- Hue (2.0.1)
9
9
- KeenClientTD (3.2.27)
10
- - Keys (1.0.0 )
10
+ - Keys (1.0.1 )
11
11
- Kingfisher (3.2.4)
12
12
- Nimble (7.0.3)
13
13
- Quick (1.2.0)
@@ -45,7 +45,7 @@ SPEC CHECKSUMS:
45
45
HCYoutubeParser: bc1db8c062e4b835eda381f2be2f9970f6a8d071
46
46
Hue: 354caec055fdc9d38b5ef33ca2e7224721843baf
47
47
KeenClientTD: ddb29a702bd4cfce5d526519ca8959d70c324c6a
48
- Keys: 9c35bf00f612ee1d48556f4a4b9b4551e224e90f
48
+ Keys: a576f4c9c1c641ca913a959a9c62ed3f215a8de9
49
49
Kingfisher: 8d80f39da403cd9c9ee11984e1655f4d6a566cdb
50
50
Nimble: 7f5a9c447a33002645a071bddafbfb24ea70e0ac
51
51
Quick: 58d203b1c5e27fff7229c4c1ae445ad7069a7a08
You can’t perform that action at this time.
0 commit comments