Skip to content

Commit

Permalink
Updating .cirrus.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
heyzooi committed Oct 30, 2018
1 parent 8c04803 commit 057083f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .cirrus.yml
Expand Up @@ -15,7 +15,7 @@ task:
depends_on:
- macOS
- Linux
only_if: $CIRRUS_BRANCH == 'master'
only_if: $CIRRUS_TAG =~ '\d+\.\d+\.\d+'
osx_instance:
image: high-sierra-xcode-10.0
environment:
Expand All @@ -24,4 +24,5 @@ task:
netrc_line1_script: echo "machine trunk.cocoapods.org" >> ~/.netrc
netrc_line2_script: echo " login hey.zooi@gmail.com" >> ~/.netrc
netrc_line3_script: echo " password $COCOAPODS_PASSWORD" >> ~/.netrc
chmod_netrc_script: chmod 600 ~/.netrc
pod_trunk_push_script: pod trunk push

0 comments on commit 057083f

Please sign in to comment.