fastlane-plugin-trigger_bitrise_build 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7a38d2c44e4af7d9af8bcbb7febd64999ee09a85
|
4
|
+
data.tar.gz: 7448cd54f7db26ccb531d5cb5703bcffcfc2646d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: baecf7e47c602fbcaed26b0d4d51b5ad5079abdcd85ea9b161451b851475c65c7ee76a2765d5152a791116213685e8a68bdaa9491e930b200d0b1c82a60aa81b
|
7
|
+
data.tar.gz: bbeb7105762bb6c0b95ffb90554bc6e1b07307ef0ed13eb90462e7a0b62f70387985cb6438f05192fe576ba79c483a2efec2c148d8c86ce4c3dbbe4855976417
|
@@ -91,6 +91,12 @@ module Fastlane
|
|
91
91
|
optional: false,
|
92
92
|
type: String),
|
93
93
|
|
94
|
+
FastlaneCore::ConfigItem.new(key: :git_commit,
|
95
|
+
env_name: "BITRISE_GIT_COMMIT",
|
96
|
+
description: "The commit hash of the repo to build",
|
97
|
+
optional: false,
|
98
|
+
type: String),
|
99
|
+
|
94
100
|
FastlaneCore::ConfigItem.new(key: :git_tag,
|
95
101
|
env_name: "BITRISE_GIT_TAG",
|
96
102
|
description: "The tag of the repo to build",
|