Skip to content

Commit

Permalink
Merge pull request #105 from hyperledger/develop
Browse files Browse the repository at this point in the history
CI Fix
  • Loading branch information
unklayman authored Jul 30, 2019
2 parents feaf902 + e316f42 commit a210ae1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion IrohaCommunication.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'IrohaCommunication'
s.version = '3.2.0'
s.version = '3.3.0'
s.summary = 'Helper classes to use for communication with Iroha blockchain.'

s.homepage = 'https://github.com/hyperledger/iroha-ios'
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ node('mac_for_ios') {
}
}
stage('test') {
sh(script: "pod lib lint --verbose")
sh(script: "pod lib lint --verbose --allow-warnings")
}
stage('release') {
checkTag = sh(script: 'git describe --tags --exact-match ${GIT_COMMIT}', returnStatus: true)
Expand Down

0 comments on commit a210ae1

Please sign in to comment.