Disable publish static assets

The contents are diff on every change, so it is publishing in a loop
This commit is contained in:
Daniel Nephin 2020-09-30 12:25:25 -04:00
parent 9181d4bee9
commit 24977886e7
1 changed files with 1 additions and 0 deletions

View File

@ -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"