Skip to content

Commit

Permalink
chore: remove the "no untracked file changes" from the main build (aw…
Browse files Browse the repository at this point in the history
  • Loading branch information
skinny85 authored and mergify[bot] committed Aug 12, 2019
1 parent 592bbc0 commit e4857ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ phases:
- /bin/bash ./fetch-dotnet-snk.sh
build:
commands:
- /bin/bash ./build.sh && git diff-index --exit-code --ignore-space-at-eol --stat HEAD
- /bin/bash ./build.sh
post_build:
commands:
- "[ -f .BUILD_COMPLETED ] && /bin/bash ./pack.sh"
Expand Down

0 comments on commit e4857ea

Please sign in to comment.