Skip to content

Commit 3b6e453

Browse files
committed
Use Git builder
1 parent b957c20 commit 3b6e453

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

build/ci/cloudbuild.merge_test.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,10 @@
1414

1515
steps:
1616
- id: enforce-feature-flag-merge-restrictions
17-
name: gcr.io/datcom-ci/full-env:${_FULL_ENV_VERSION}
17+
name: gcr.io/cloud-builders/git
1818
entrypoint: "bash"
1919
args:
2020
- -c
2121
- |
2222
set -e
2323
./deploy/featureflags/enforce_merge_restrictions.sh
24-
25-
substitutions:
26-
_FULL_ENV_VERSION: "mixer-only-2025-10-02"

0 commit comments

Comments
 (0)