mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 18:55:49 +00:00
Create .scripts
This commit is contained in:
parent
5fd59d2b6d
commit
c3b9f41dcb
1 changed files with 16 additions and 0 deletions
16
.scripts
Normal file
16
.scripts
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
|
||||||
|
echo "added dummy file 6" >> file28.txt
|
||||||
|
|
||||||
|
|
||||||
|
if [[ -n "$(git status --porcelain)" ]]; then
|
||||||
|
echo "Changes found"
|
||||||
|
git config user.name jstan-isch
|
||||||
|
git config user.email stanleyikegwuonu@gmail.com
|
||||||
|
git add .
|
||||||
|
git commit -m "generated"
|
||||||
|
git push
|
||||||
|
else
|
||||||
|
echo "No changes found, exiting."
|
||||||
|
echo "Job Completed!"
|
Loading…
Reference in a new issue