mirror of
https://github.com/status-im/consul.git
synced 2025-02-02 00:46:43 +00:00
commit a new bindata file if there are changes
This commit is contained in:
parent
87f6617eec
commit
8e6f8714ba
@ -643,7 +643,7 @@ jobs:
|
||||
- run:
|
||||
name: commit agent/bindata_assetfs.go if there are changes
|
||||
command: |
|
||||
if git diff --exit-code agent/bindata_assetfs.go; then
|
||||
if ! git diff --exit-code agent/bindata_assetfs.go; then
|
||||
git add agent/bindata_assetfs.go
|
||||
git commit -m "auto-updated agent/bindata_assetfs.go"
|
||||
git push origin master
|
||||
|
Loading…
x
Reference in New Issue
Block a user