mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-31 09:55:55 +00:00
Remove useless check
This commit is contained in:
parent
373f4b8e77
commit
8f6f44e1fc
1 changed files with 0 additions and 2 deletions
|
|
@ -8,8 +8,6 @@ _is_dirty() {
|
|||
(! git diff-index --quiet HEAD $GIT_COMMIT_PATH) || [ "$(git status --porcelain $GIT_COMMIT_PATH | tail -n1)" != "" ]
|
||||
}
|
||||
|
||||
[ -n "$REPO_DEPLOY_KEY" ] || (echo "No deploy key, exiting." && exit 0)
|
||||
|
||||
cd "$(dirname $0)"
|
||||
openssl aes-256-cbc -K $encrypted_a527bcd44658_key -iv $encrypted_a527bcd44658_iv -in id_travis.enc -out /tmp/id_travis -d
|
||||
chmod 600 /tmp/id_travis
|
||||
|
|
|
|||
Loading…
Reference in a new issue