mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-12 11:30:29 +02:00
Update prep.sh
This commit is contained in:
6
prep.sh
6
prep.sh
@@ -52,7 +52,7 @@ runUnitTests(){
|
||||
gitCommit(){
|
||||
printLine "Committing Changes to Git..."
|
||||
git add '*' || { printLine "ERROR: git not found!" "\033[0;33m"; return; }
|
||||
git commit -m "Automated Release Preparation"
|
||||
git commit -m "$1"
|
||||
printLine "Committed." "\033[0;32m"
|
||||
}
|
||||
|
||||
@@ -62,7 +62,7 @@ prepareMerge(){
|
||||
runCPPCheck
|
||||
#runUnitTests
|
||||
runDoxygen
|
||||
gitCommit
|
||||
gitCommit "Automated Merge Preparation"
|
||||
printLine "Finished." "\033[0;32m"
|
||||
exit
|
||||
}
|
||||
@@ -75,7 +75,7 @@ prepareRelease(){
|
||||
runCPPCheck
|
||||
#runUnitTests
|
||||
runDoxygen
|
||||
gitCommit
|
||||
gitCommit "Automated Release Preparation"
|
||||
printLine "Finished." "\033[0;32m"
|
||||
exit
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user