Skip to content

Commit

Permalink
Run shipshape selectively.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Barbun committed Dec 11, 2024
1 parent a8b325f commit 944ac89
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -352,12 +352,14 @@ jobs:
<<: *runner_config
environment:
CIVICTHEME_SUBTHEME_ACTIVATION_SKIP: 1
DREVOPS_CI_SHIPSHAPE_IGNORE_FAILURE: 1
<<: *job-build

build-minimal-subtheme:
<<: *runner_config
environment:
DREVOPS_EXPORT_CODE_DIR: '/tmp/workspace/code_unused'
DREVOPS_CI_SHIPSHAPE_IGNORE_FAILURE: 1
<<: *job-build

# GovCMS profile, no sub-theme.
Expand Down Expand Up @@ -395,6 +397,7 @@ jobs:
environment:
CIVICTHEME_CONTENT_PROFILE: corporate
CIVICTHEME_SUBTHEME_ACTIVATION_SKIP: 1
DREVOPS_CI_SHIPSHAPE_IGNORE_FAILURE: 1
DREVOPS_CI_DRUPAL_THEME_CONFIG_LINT_IGNORE_FAILURE: 1
DREVOPS_CI_BEHAT_PROFILE: smoke
DREVOPS_EXPORT_CODE_DIR: '/tmp/workspace/code_unused'
Expand All @@ -405,6 +408,7 @@ jobs:
environment:
CIVICTHEME_CONTENT_PROFILE: highereducation
CIVICTHEME_SUBTHEME_ACTIVATION_SKIP: 1
DREVOPS_CI_SHIPSHAPE_IGNORE_FAILURE: 1
DREVOPS_CI_DRUPAL_THEME_CONFIG_LINT_IGNORE_FAILURE: 1
DREVOPS_CI_BEHAT_PROFILE: smoke
DREVOPS_EXPORT_CODE_DIR: '/tmp/workspace/code_unused'
Expand All @@ -415,6 +419,7 @@ jobs:
environment:
CIVICTHEME_CONTENT_PROFILE: government
CIVICTHEME_SUBTHEME_ACTIVATION_SKIP: 1
DREVOPS_CI_SHIPSHAPE_IGNORE_FAILURE: 1
DREVOPS_CI_DRUPAL_THEME_CONFIG_LINT_IGNORE_FAILURE: 1
DREVOPS_CI_BEHAT_PROFILE: smoke
DREVOPS_EXPORT_CODE_DIR: '/tmp/workspace/code_unused'
Expand Down

0 comments on commit 944ac89

Please sign in to comment.