Correct chmod for netrc file

This commit is contained in:
Bugagazavr 2016-07-21 22:18:39 +03:00 committed by Kirill Zaitsev
parent b675867967
commit 41256e1f70

View file

@ -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