Skip to content

Commit

Permalink
fix osx base64
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulh committed Nov 7, 2017
1 parent fd8e499 commit a33c282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/osx/before_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ source $SCRIPTDIR/../funcs.sh
osx_setup_netrc $HOME

#create certificate from env
echo $CODESIGN_OSX_CERT| base64 -d > $HOME/cert.p12
echo $CODESIGN_OSX_CERT| base64 -D > $HOME/cert.p12

0 comments on commit a33c282

Please sign in to comment.