mirror of
https://github.com/argoproj/argo-cd.git
synced 2026-04-10 18:58:47 +02:00
768 B
768 B
CI
Troubleshooting Builds
"Check nothing has changed" step fails
If your PR fails the codegen CI step, you can either:
(1) Simple - download the codgen.patch file from CircleCI and apply it:
git apply codegen.patch
git commit -am "Applies codegen patch"
(2) Advanced - if you have the tools installed (see the contributing guide), run the following:
make pre-commit
git commit -am 'Ran pre-commit checks'
Updating The Builder Image
Login to Docker Hub:
docker login
Build image:
make builder-image IMAGE_NAMESPACE=argoproj IMAGE_TAG=v1.0.0
