From bba2602f4f4f4c67cd3785b75c3669f77cba8550 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Wed, 30 Oct 2019 15:29:04 -0400 Subject: [PATCH] 0.1.0-DEV-20191030-152845 ------------------------- * MODIFY: - modified job names again for better formatting --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 79b498e..02ff87e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -74,12 +74,12 @@ Check Versioning Info: <<: *check_version_template -Lint_Playbook: +Lint Playbook: <<: *zen_ci_deb_template <<: *lint_playbook_template -Test_Deploy: +Test Deploy: <<: *zen_ci_deb_template <<: *test_deploy_template ### END JOBS ###