Skip to content

Commit

Permalink
fix: Small fixes for template init
Browse files Browse the repository at this point in the history
  • Loading branch information
keskiju committed Jun 4, 2018
1 parent 361eece commit 6051ff3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion scripts/taito-template/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

# Remove .gitignore to allow committing data to git
rm wordpress/data/.gitignore
mv wordpress/data/.gitkeep wordpress/data/.gitignore

# Remove MIT license
# TODO leave a reference to the original?
Expand Down Expand Up @@ -75,7 +76,7 @@ printf \

echo "Give a short version of the project name '${taito_project}'."
echo "It should be unique but also descriptive as it will be used"
echo "as a database name and as a database user name."
echo "as a database name and as a database username."
echo
export taito_project_short=""
while [[ "${#taito_project_short}" -lt 5 ]] || \
Expand Down
1 change: 0 additions & 1 deletion taito-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ export gcloud_cdn_enabled=false
export kubectl_name="kube1" # TODO rename to common-kubernetes

# Helm plugin
# export helm_charts="stable/wordpress stable/gcloud-sqlproxy"
# export helm_deploy_options="--recreate-pods" # Force restart

# Template plugin
Expand Down

0 comments on commit 6051ff3

Please sign in to comment.