Skip to content

Commit

Permalink
馃懛(environment) add ci docker env vars file
Browse files Browse the repository at this point in the history
For consistency, we now use the env.d/ci environment variables file in
the CI.
  • Loading branch information
jmaupetit committed Jul 31, 2018
1 parent 66b2e04 commit 7c17b16
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bin/ci-bootstrap
Expand Up @@ -9,7 +9,7 @@ app="${1:-hello}"
# Run the bootstrap.yml playbook with the ansible vault password
# passed to stdin
echo "arnold" | docker run --rm -i \
--env-file env.d/development \
--env-file env.d/ci \
--env K8S_AUTH_API_KEY \
--env K8S_AUTH_HOST \
--env OPENSHIFT_DOMAIN \
Expand Down
8 changes: 8 additions & 0 deletions env.d/ci
@@ -0,0 +1,8 @@
# ---- Ansible settings ----
ANSIBLE_RETRY_FILES_SAVE_PATH=

# ---- OpenShift ----
# Allow connecting to OpenShift without checking the SSL certificate:
# 1 for yes
# 0 for no
INSECURE_SKIP_TLS_VERIFY=1

0 comments on commit 7c17b16

Please sign in to comment.