update build process
This commit is contained in:
parent
4a40647ca0
commit
d100daf033
1 changed files with 3 additions and 3 deletions
6
ci.sh
6
ci.sh
|
@ -8,9 +8,9 @@ set -e
|
|||
[ -z $SSH_KEY ] && exit 1
|
||||
|
||||
# write a netrc file for authorization.
|
||||
mkdir -p $HOME/.ssh
|
||||
echo -n "$SSH_KEY" > $HOME/.ssh/id_rsa
|
||||
chmod 600 $HOME/.netrc
|
||||
mkdir /root/.ssh
|
||||
echo -n "$SSH_KEY" > /root/.ssh/id_rsa
|
||||
chmod 600 /root/.ssh/id_rsa
|
||||
|
||||
# clone the extras project.
|
||||
set +x
|
||||
|
|
Loading…
Reference in a new issue