Skip to content

Commit b95e0c2

Browse files
committed
Updated internal viewer bindata
1 parent a4ec1fc commit b95e0c2

File tree

2 files changed

+9
-20
lines changed

2 files changed

+9
-20
lines changed

.github/workflows/on_pr_push.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -112,14 +112,3 @@ jobs:
112112
pushd ${GITHUB_WORKSPACE}/server
113113
go generate ./...
114114
popd
115-
116-
# we require generated code to be commited to the repo so this checks to make sure
117-
# the results of the last go generate command
118-
- name: Check if generated output caused a git diff
119-
run: |
120-
git diff --quiet
121-
exit_status=$?
122-
if [ $exit_status -eq 1 ]; then
123-
echo "go generate output not the same as repository initial state. please commit all out from go generate."
124-
fi
125-
exit $exit_status

server/bindata/bindata.go

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)