Skip to content

Commit

Permalink
Revert "Update entrypoint.sh"
Browse files Browse the repository at this point in the history
This reverts commit c7701e1.
  • Loading branch information
jeffav committed Mar 5, 2021
1 parent c7701e1 commit 47c84a2
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,26 +1,11 @@
#!/bin/sh -l

# Testing script for CI.

# echo commands and exit with failure if any commands fail
set -ex

apt-get update

apt-get install -y \
clang-format

# Check formatting
./format/check.sh
format_ret=$?

# disable echo for summaries
set +x

# print summaries
echo format return $format_ret

status=$(format_ret)
echo exit status $status

exit $status

./ci.sh

0 comments on commit 47c84a2

Please sign in to comment.