mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 08:50:00 -04:00
Fix distros token deletion in CI
Clone the BIND 9 QA repository before invoking a script in it.
This commit is contained in:
parent
ce977f53b9
commit
2ffae8e52a
1 changed files with 1 additions and 0 deletions
|
|
@ -1955,6 +1955,7 @@ publish:
|
|||
SSH_SCRIPT_CLIENT: |-
|
||||
ssh "${STAGING_USER_ACTIONS}@${STAGING_HOST}" "publish ${CI_COMMIT_TAG}"
|
||||
after_script:
|
||||
- *git_clone_bind9-qa
|
||||
- if [ "${CI_JOB_STATUS}" = "success" ]; then "$CI_PROJECT_DIR"/bind9-qa/releng/manage_distros_token.py delete; fi
|
||||
artifacts:
|
||||
paths:
|
||||
|
|
|
|||
Loading…
Reference in a new issue