mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 13:10:44 +00:00
cd to correct directory after environment setup
This commit is contained in:
@ -24,10 +24,6 @@ function gumConfirmProceed
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
cd $(pwd)
|
|
||||||
cd ../../
|
|
||||||
echo $(pwd)
|
|
||||||
|
|
||||||
gumBanner "Making sure you have a clean git checkout"
|
gumBanner "Making sure you have a clean git checkout"
|
||||||
git status
|
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"
|
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
|
setup-environments.sh --qqq --quiet
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
###################################
|
||||||
|
## go back to root qqq directory ##
|
||||||
|
###################################
|
||||||
|
cd ~/git/kingsrook/qqq/
|
||||||
|
|
||||||
MVN_VERIFY_LOG=/tmp/mvn-verify.log
|
MVN_VERIFY_LOG=/tmp/mvn-verify.log
|
||||||
gumBanner "Doing clean build (logging to $MVN_VERIFY_LOG)"
|
gumBanner "Doing clean build (logging to $MVN_VERIFY_LOG)"
|
||||||
cp ~/git/kingsrook/qqq/qqq-sample-project/.env qqq-sample-project
|
cp ~/git/kingsrook/qqq/qqq-sample-project/.env qqq-sample-project
|
||||||
|
Reference in New Issue
Block a user