Exclude git operations from checkbuild in tox.
To test checkbuild in tox, git operations are unnecessary. And this enables to run checkbuild in anywhere. Change-Id: Ida41de8adba66096d3d5ede1d6a2f71af73fe142
This commit is contained in:
parent
cfe08218dc
commit
3ac73d21cb
@ -1,5 +1,7 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
git init
|
||||
git add .
|
||||
git commit -a -m "Initial UI-Cookiecutter Commit."
|
||||
if ! [ ${IGNORE_GIT} ]; then
|
||||
git init
|
||||
git add .
|
||||
git commit -a -m "Initial UI-Cookiecutter Commit."
|
||||
fi
|
Loading…
x
Reference in New Issue
Block a user