Skip to content

Commit 2841a32

Browse files
authored
ci: publish pii redaction crate from GitLab (NVIDIA#278)
#### Overview Publish the missing `nemo-relay-pii-redaction` crate from the GitLab Artifactory Cargo publishing job. - [x] I confirm this contribution is my own work, or I have the right to submit it under this project's license. - [x] I searched existing issues and open pull requests, and this does not duplicate existing work. #### Details - Adds `pii-redaction` to `NEMO_RELAY_ARTIFACTORY_CRATE_DIRS` so the existing GitLab publish script rewrites its workspace registry entry and publishes `nemo-relay-pii-redaction` with the other Cargo crates. #### Where should the reviewer start? `.gitlab-ci.yml`, in the `publish:artifactory:cargo` job. #### Related Issues: (use one of the action keywords Closes / Fixes / Resolves / Relates to) - Relates to: none ## Summary by CodeRabbit * **Chores** * Updated internal CI/CD pipeline configuration to expand automated publishing scope. --- **Note:** This is an internal infrastructure change with no direct user-visible impact. Authors: - Will Killian (https://github.com/willkill07) Approvers: - Zhongxuan (Daniel) Wang (https://github.com/zhongxuanwang-nv) URL: NVIDIA#278
1 parent 9be86aa commit 2841a32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ publish:artifactory:cargo:
262262
artifactory = { index = "sparse+${NEMO_RELAY_CI_ARTIFACTORY_CARGO_URL}" }
263263
EOF
264264
export CARGO_REGISTRIES_ARTIFACTORY_TOKEN="Bearer ${NEMO_RELAY_CI_ARTIFACTORY_KEY}"
265-
export NEMO_RELAY_ARTIFACTORY_CRATE_DIRS="core adaptive ffi cli"
265+
export NEMO_RELAY_ARTIFACTORY_CRATE_DIRS="core adaptive pii-redaction ffi cli"
266266
267267
crates="$(
268268
uv run --no-project python - <<'PY'

0 commit comments

Comments
 (0)