From db4c0a7d665e470497df81a90a641b2873283f7e Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Wed, 30 Oct 2019 15:19:17 -0400 Subject: [PATCH] 0.1.0-DEV-20191030-151907 ------------------------- * MODIFY: - modified job names to better suit this particular build --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e63a98f..79b498e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -69,17 +69,17 @@ stages: ### BEGIN JOBS ### -Check Versioning Info:7: +Check Versioning Info: <<: *zen_ci_deb_template <<: *check_version_template -Lint_Playbook:7: +Lint_Playbook: <<: *zen_ci_deb_template <<: *lint_playbook_template -Test_Deploy:7: +Test_Deploy: <<: *zen_ci_deb_template <<: *test_deploy_template ### END JOBS ###