From 89f44cc4d0b51c61cd370ae9f48805334ae4533c Mon Sep 17 00:00:00 2001 From: Daniel Nephin Date: Wed, 30 Sep 2020 12:25:25 -0400 Subject: [PATCH] Disable publish static assets The contents are diff on every change, so it is publishing in a loop --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index f39d1d8d14..ad43dd92d0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -643,6 +643,7 @@ jobs: - run: name: commit agent/bindata_assetfs.go if there are changes command: | + exit 0 if ! git diff --exit-code agent/bindata_assetfs.go; then git config --local user.email "hashicorp-ci@users.noreply.github.com" git config --local user.name "hashicorp-ci"