Remove useless echo

This commit is contained in:
rinpatch 2019-03-23 10:19:13 +03:00
parent 4bf327b664
commit a5326bb783
1 changed files with 0 additions and 1 deletions

View File

@ -75,7 +75,6 @@ docs_deploy:
before_script:
- apk update && apk add openssh-client rsync
script:
- echo ${CI_COMMIT_REF_NAME}
- mkdir -p ~/.ssh
- echo "${SSH_HOST_KEY}" > ~/.ssh/known_hosts
- eval $(ssh-agent -s)