File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- export KNOWN_GENERATED_PATHS=(' :!vendor' ' :!pkg/manifests' ' :!manifests' ' :!go.sum' ' :!go.mod' )
3
+ export KNOWN_GENERATED_PATHS=(' :!vendor' ' :!pkg/manifests' ' :!microshift-manifests ' ' :! manifests' ' :!go.sum' ' :!go.mod' )
4
4
# TODO(tflannag): This is hacky but works in the current setup.
5
- export ROOT_GENERATED_PATHS=( " vendor" " pkg/manifests" " manifests" " go.mod" " go.sum" )
5
+ export ROOT_GENERATED_PATHS=( " vendor" " pkg/manifests" " microshift-manifests " " manifests" " go.mod" " go.sum" )
6
6
export UPSTREAM_REMOTES=(" api" " operator-registry" " operator-lifecycle-manager" )
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ function verify_staging_sync() {
24
24
local outside_staging
25
25
outside_staging=" $( git show --name-only " ${downstream_commit} " -- " :!${staging_dir} " " ${KNOWN_GENERATED_PATHS[@]} " ) "
26
26
if [[ -n " ${outside_staging} " ]]; then
27
- err " downstream staging commit ${downstream_commit} changes files outside of ${staging_dir} , vendor, and manifests directories"
27
+ err " downstream staging commit ${downstream_commit} changes files outside of ${staging_dir} , vendor, and [microshift-] manifests directories"
28
28
err " ${outside_staging} "
29
29
err " hint: factor out changes to these directories into a standalone commit"
30
30
return 1
You can’t perform that action at this time.
0 commit comments