File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff 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
4746default :
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
You can’t perform that action at this time.
0 commit comments