Skip to content

Commit

Permalink
TEst.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Barbun committed Dec 13, 2024
1 parent 925f697 commit e71e834
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ aliases:
- &runner_config
# Location of checked-out files within "runner" container.
working_directory: &working_directory ~/project
parameters:
shipshape_run_audit:
default: false
type: boolean
environment:
DREVOPS_DEPLOY_SSH_FINGERPRINT: *deploy_ssh_fingerprint
DEPLOY_SSH_FINGERPRINT1: *deploy_ssh_fingerprint1
Expand Down Expand Up @@ -381,6 +385,10 @@ jobs:
# GovCMS profile, sub-theme. Longest test run.
build-govcms-subtheme:
<<: *runner_config
parameters:
shipshape_run_audit:
default: true
type: boolean
environment:
DRUPAL_PROFILE: govcms
DREVOPS_CI_DRUPAL_THEME_CONFIG_LINT_IGNORE_FAILURE: 1
Expand Down

0 comments on commit e71e834

Please sign in to comment.