From f176ce6fd56c23a8cae2dc1b0d4b7c1e9a3ac4a5 Mon Sep 17 00:00:00 2001 From: lnemsick-simp Date: Thu, 1 Aug 2019 12:32:28 -0400 Subject: [PATCH] (SIMP-MAINT) Remove non-existent compliance suite from .gitlab-ci.yml (#8) --- .gitlab-ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2801fc0..00bc9c9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -197,8 +197,3 @@ pup6-fips: script: - 'BEAKER_fips=yes bundle exec rake beaker:suites' -pup6-compliance: - <<: *pup_6 - <<: *compliance_base - script: - - 'bundle exec rake beaker:suites[compliance]'