mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 05:01:07 +00:00
cd to correct directory after environment setup
This commit is contained in:
@ -24,10 +24,6 @@ function gumConfirmProceed
|
||||
fi
|
||||
}
|
||||
|
||||
cd $(pwd)
|
||||
cd ../../
|
||||
echo $(pwd)
|
||||
|
||||
gumBanner "Making sure you have a clean git checkout"
|
||||
git status
|
||||
gumConfirmProceed "Can we Proceed, or do you need to clean up your checkout (git stash -u)?" "Proceed" "I need to clean up my checkout"
|
||||
@ -45,6 +41,11 @@ if [ ! -e "qqq-sample-project/.env" ]; then
|
||||
setup-environments.sh --qqq --quiet
|
||||
fi
|
||||
|
||||
###################################
|
||||
## go back to root qqq directory ##
|
||||
###################################
|
||||
cd ~/git/kingsrook/qqq/
|
||||
|
||||
MVN_VERIFY_LOG=/tmp/mvn-verify.log
|
||||
gumBanner "Doing clean build (logging to $MVN_VERIFY_LOG)"
|
||||
cp ~/git/kingsrook/qqq/qqq-sample-project/.env qqq-sample-project
|
||||
|
Reference in New Issue
Block a user