mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-06 08:16:19 +02:00
update build process
This commit is contained in:
parent
4a40647ca0
commit
d100daf033
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 New Issue
Block a user