Skip to content

Commit

Permalink
build-cmk-deliverables: fix name for deploy-to-website
Browse files Browse the repository at this point in the history
CMK-21077

Change-Id: I824d491e76ce739e60cee813327b8c8357e2e437
  • Loading branch information
Frans Fürst committed Jan 9, 2025
1 parent 6ea0d74 commit 2e3d68e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildscripts/scripts/build-cmk-deliverables.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ def main() {
condition: deploy_to_website,
) {
smart_build(
job: "${branch_base_folder}/deploy_to_website",
job: "${branch_base_folder}/deploy-to-website",
parameters: [
stringParam(name: "VERSION", value: params.VERSION),
booleanParam(name: "CIPARAM_REMOVE_RC_CANDIDATES", value: params.CIPARAM_REMOVE_RC_CANDIDATES),
Expand Down

0 comments on commit 2e3d68e

Please sign in to comment.