Skip to content
This repository was archived by the owner on Jun 22, 2021. It is now read-only.

Commit b224997

Browse files
author
Tonye Jack
authored
Update entrypoint.sh
1 parent 02c28ec commit b224997

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

entrypoint.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
11
#!/usr/bin/env bash
22

3-
has_missing() {
4-
if [[ $(git ls-files -z -o --exclude-standard | wc -l) -eq 1 ]]; then
5-
echo "Unstaged changes" && exit 1;
6-
fi
7-
}
8-
9-
has_missing
103
python manage.py graphql_schema
11-
has_missing

0 commit comments

Comments
 (0)