Skip to content

Commit

Permalink
fix: silence warning from rosetta tracing during CCI yaml generation (#2
Browse files Browse the repository at this point in the history
)
  • Loading branch information
gregmagolan authored Sep 8, 2024
1 parent eee3217 commit d9b407e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/private/circleci.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def workflows_circleci_config(
name = name if not make_alias else "generate_{}".format(name),
srcs = [aspect_workflows_config_file],
outs = [generated_target],
cmd = "echo -e '# GENERATED FILE - DO NOT EDIT!{0}' > $@ && CI=1 CIRCLE_PROJECT_USERNAME={1} $(execpath @aspect_rules_workflows//workflows:rosetta) steps --configuration $(execpath {2}) --host circleci >> $@".format(update_string, circleci_org, aspect_workflows_config_file),
cmd = "echo -e '# GENERATED FILE - DO NOT EDIT!{0}' > $@ && CI=1 CIRCLE_PROJECT_USERNAME={1} ASPECT_WORKFLOWS_DISABLE_TRACES_COLLECTION=1 $(execpath @aspect_rules_workflows//workflows:rosetta) steps --configuration $(execpath {2}) --host circleci >> $@".format(update_string, circleci_org, aspect_workflows_config_file),
tools = ["@aspect_rules_workflows//workflows:rosetta"],
)

Expand Down

0 comments on commit d9b407e

Please sign in to comment.