Compare commits

..

No commits in common. "stable" and "fix/nginx" have entirely different histories.

2 changed files with 1 additions and 6 deletions

View File

@ -73,11 +73,10 @@ init_app() {
return 2
fi
git clone ${SKELL_GIT_URL} ${appDest}
git clone --branch "feat/automation" ${SKELL_GIT_URL} ${appDest}
cd ${appDest}
rm -rf .git
rm -rf init-app
echo "Setting Dockerfiles"
dirs=$(find ${DOCKERFILES_ROOT}/* -type d -name 'myapplication-*')

View File

@ -1,4 +0,0 @@
- op: add
path: "/spec/template/spec/imagePullSecrets"
value:
- name: regcred-dev