From 262138dc953b546014208e412d545f4972add611 Mon Sep 17 00:00:00 2001 From: handreas <andreas.hamacher@monash.edu> Date: Sun, 2 Feb 2020 08:10:30 +0000 Subject: [PATCH] .gitlab-ci.yml bugfix Former-commit-id: a809c77fe3b8518cf00702fbd8978678b05f7aa3 --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c3e941b4..d30fc623 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,6 +2,7 @@ variables: GIT_SUBMODULE_STRATEGY: recursive STACKNAME: CICD_reporef$CI_COMMIT_REF_NAME NECTAR_ALLOCATION: HPCCICD + ANSIBLE_HOST_KEY_CHECKING: "False" stages: # - integration_test_downstream # working but unwanted here -- GitLab