Skip to content

Commit

Permalink
Correct chmod for netrc file
Browse files Browse the repository at this point in the history
  • Loading branch information
kzaitsev committed Jul 21, 2016
1 parent b675867 commit 41256e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions yaml/transform/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ machine $DRONE_NETRC_MACHINE
login $DRONE_NETRC_USERNAME
password $DRONE_NETRC_PASSWORD
EOF
chmod 0600 $HOME/.netrc
fi
unset DRONE_NETRC_USERNAME
Expand Down

0 comments on commit 41256e1

Please sign in to comment.