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 86bd82e commit be1285e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ job-build: &job-build
no_output_timeout: 30m
# Optionally run Shipshape audit.
- when:
condition: ${SHIPSHAPE_RUN_AUDIT:-0}
condition: ${SHIPSHAPE_RUN_AUDIT:-false}
steps:
- run:
name: Audit code with shipshape
Expand Down Expand Up @@ -370,7 +370,7 @@ jobs:
environment:
DRUPAL_PROFILE: govcms
CIVICTHEME_SUBTHEME_ACTIVATION_SKIP: 1
SHIPSHAPE_RUN_AUDIT: 1
SHIPSHAPE_RUN_AUDIT: true
DREVOPS_CI_DRUPAL_THEME_CONFIG_LINT_IGNORE_FAILURE: 1
DREVOPS_EXPORT_CODE_DIR: '/tmp/workspace/code_unused'
<<: *job-build
Expand All @@ -381,7 +381,7 @@ jobs:
environment:
DRUPAL_PROFILE: govcms
DREVOPS_CI_DRUPAL_THEME_CONFIG_LINT_IGNORE_FAILURE: 1
SHIPSHAPE_RUN_AUDIT: 1
SHIPSHAPE_RUN_AUDIT: true
DREVOPS_EXPORT_CODE_DIR: '/tmp/workspace/code_unused'
<<: *job-build

Expand Down

0 comments on commit be1285e

Please sign in to comment.