diff options
author | rinpatch <rinpatch@sdf.org> | 2019-03-23 10:19:13 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-03-23 10:19:13 +0300 |
commit | a5326bb78331361c79ffaa7a18e03c6f37e0eb46 (patch) | |
tree | c5589fc5766d7a64f02c220a5f44338217516266 | |
parent | 4bf327b6645b30b377fadc431daee0626a2c3d4b (diff) | |
download | pleroma-a5326bb78331361c79ffaa7a18e03c6f37e0eb46.tar.gz |
Remove useless echo
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9e070bbb1..dbdf59f65 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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) |