We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2880d3c commit 8e28430Copy full SHA for 8e28430
ci/ci_common/common.jsonnet
@@ -6,7 +6,7 @@ local repo_config = import '../repo-configuration.libsonnet';
6
common + common.frequencies + {
7
build_base:: {
8
// holds location of CI resources that can easily be overwritten in an overlay
9
- ci_resources:: (import "ci/ci_common/ci-resources.libsonnet"),
+ ci_resources:: (import "ci-resources.libsonnet"),
10
},
11
12
# Add a guard to `build` that prevents it from running in the gate
0 commit comments