Skip to content

Commit fb24fda

Browse files
authored
[ci] pipeline chores (paritytech#10624)
* [Do not merge] pipeline chores * disable condition publish-rustdoc * revert rules * remove PIPELINE_SCRIPTS_TAG
1 parent 306be17 commit fb24fda

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ variables: &default-vars
4242
VAULT_SERVER_URL: "https://vault.parity-mgmt-vault.parity.io"
4343
VAULT_AUTH_PATH: "gitlab-parity-io-jwt"
4444
VAULT_AUTH_ROLE: "cicd_gitlab_parity_${CI_PROJECT_NAME}"
45-
PIPELINE_SCRIPTS_TAG: "v0.4"
4645

4746
default:
4847
cache: {}
@@ -543,6 +542,8 @@ cargo-check-macos:
543542

544543
#### stage: build
545544

545+
# PIPELINE_SCRIPTS_TAG can be found in the project variables
546+
546547
.check-dependent-project: &check-dependent-project
547548
stage: build
548549
<<: *docker-env
@@ -772,8 +773,6 @@ publish-rustdoc:
772773
# whole space-separated value.
773774
- '[[ " ${RUSTDOCS_DEPLOY_REFS} " =~ " ${CI_COMMIT_REF_NAME} " ]] || exit 0'
774775
# setup ssh
775-
# FIXME: add ssh to docker image
776-
- apt-get update && apt-get install -y ssh
777776
- eval $(ssh-agent)
778777
- ssh-add - <<< ${GITHUB_SSH_PRIV_KEY}
779778
- mkdir ~/.ssh && touch ~/.ssh/known_hosts

0 commit comments

Comments
 (0)