Remove useless echo
authorrinpatch <rinpatch@sdf.org>
Sat, 23 Mar 2019 07:19:13 +0000 (10:19 +0300)
committerrinpatch <rinpatch@sdf.org>
Sat, 23 Mar 2019 07:19:13 +0000 (10:19 +0300)
.gitlab-ci.yml

index 9e070bbb1991d5b48e968699c8e5ded7766079d5..dbdf59f6516eb28f9a5fd3a95883884158fbc89d 100644 (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)