mirror of https://github.com/status-im/consul.git
Disable publish static assets
The contents are diff on every change, so it is publishing in a loop
This commit is contained in:
parent
da501d91da
commit
89f44cc4d0
|
@ -643,6 +643,7 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: commit agent/bindata_assetfs.go if there are changes
|
name: commit agent/bindata_assetfs.go if there are changes
|
||||||
command: |
|
command: |
|
||||||
|
exit 0
|
||||||
if ! git diff --exit-code agent/bindata_assetfs.go; then
|
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.email "hashicorp-ci@users.noreply.github.com"
|
||||||
git config --local user.name "hashicorp-ci"
|
git config --local user.name "hashicorp-ci"
|
||||||
|
|
Loading…
Reference in New Issue