Compare commits
No commits in common. "stable" and "fix/nginx" have entirely different histories.
3
init-app
3
init-app
|
@ -73,11 +73,10 @@ init_app() {
|
||||||
return 2
|
return 2
|
||||||
fi
|
fi
|
||||||
|
|
||||||
git clone ${SKELL_GIT_URL} ${appDest}
|
git clone --branch "feat/automation" ${SKELL_GIT_URL} ${appDest}
|
||||||
|
|
||||||
cd ${appDest}
|
cd ${appDest}
|
||||||
rm -rf .git
|
rm -rf .git
|
||||||
rm -rf init-app
|
|
||||||
|
|
||||||
echo "Setting Dockerfiles"
|
echo "Setting Dockerfiles"
|
||||||
dirs=$(find ${DOCKERFILES_ROOT}/* -type d -name 'myapplication-*')
|
dirs=$(find ${DOCKERFILES_ROOT}/* -type d -name 'myapplication-*')
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
- op: add
|
|
||||||
path: "/spec/template/spec/imagePullSecrets"
|
|
||||||
value:
|
|
||||||
- name: regcred-dev
|
|
Loading…
Reference in New Issue