Do not fail on no ssh key - useful on CI
This commit is contained in:
parent
cb882db82c
commit
7b84f772ba
1 changed files with 3 additions and 1 deletions
|
@ -1,9 +1,11 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
set +e
|
||||
|
||||
chmod ao-rwx ~/.ssh/id_rsa
|
||||
|
||||
set -e
|
||||
|
||||
DOTFILES_PATH="$HOME/dev/dotfiles"
|
||||
mkdir -pv $HOME/dev/
|
||||
ln -vfs "$OUTER_CLONE/.gitconfig.cygwin" $HOME/.gitconfig
|
||||
|
|
Loading…
Reference in a new issue