Skip to content

Commit

Permalink
try matrix build
Browse files Browse the repository at this point in the history
  • Loading branch information
mpromonet committed Apr 11, 2021
1 parent 8fe42b7 commit a9f0748
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,12 @@ jobs:
name: Setup Heroku
command: |
ssh-keyscan -H heroku.com >> ~/.ssh/known_hosts
cat > ~/.netrc << EOF
cat > ~/.netrc \<< EOF
machine api.heroku.com
login $HEROKU_LOGIN
password $HEROKU_API_KEY
EOF
cat >> ~/.ssh/config << EOF
cat >> ~/.ssh/config \<< EOF
VerifyHostKeyDNS yes
StrictHostKeyChecking no
EOF
Expand Down

0 comments on commit a9f0748

Please sign in to comment.