Merge "stx tool: Rename stx.conf to stx.conf.sample"

This commit is contained in:
Zuul 2021-11-08 16:46:11 +00:00 committed by Gerrit Code Review
commit 469e9875c9
2 changed files with 4 additions and 0 deletions

View File

@ -24,3 +24,7 @@ export PATH=$PRJDIR/stx/bin:$PATH
export MINIKUBENAME=${MINIKUBENAME:-minikube-$USER-upstream}
export KUBECONFIG=$MINIKUBE_HOME/.kube/config
export STX_BUILD_HOME="${STX_BUILD_HOME:-/localdisk/$USER}"
if [ ! -f "stx.conf" ]; then
cp stx.conf.sample stx.conf
fi