Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
[ci] Fix publish-rustdoc (#10364)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam committed Nov 24, 2021
1 parent d732a9d commit c519f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -842,12 +842,12 @@ publish-rustdoc:
# whole space-separated value.
- '[[ " ${RUSTDOCS_DEPLOY_REFS} " =~ " ${CI_COMMIT_REF_NAME} " ]] || exit 0'
# setup ssh
# FIXME: add ssh to docker image
- apt-get update && apt-get install -y ssh
- eval $(ssh-agent)
- ssh-add - <<< ${GITHUB_SSH_PRIV_KEY}
- mkdir ~/.ssh && touch ~/.ssh/known_hosts
- ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts
- rm -rf /tmp/*
# Set git config
- git config user.email "devops-team@parity.io"
- git config user.name "${GITHUB_USER}"
Expand Down

0 comments on commit c519f0f

Please sign in to comment.