Skip to content

Commit

Permalink
Merge pull request #1084 from usagov/dev
Browse files Browse the repository at this point in the history
Sprint 71 HOTFIX release
  • Loading branch information
rayestrada authored Oct 30, 2024
2 parents 8f1f92e + b00a9c3 commit 0298c3d
Show file tree
Hide file tree
Showing 38 changed files with 1,321 additions and 404 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
- checkout
- run:
name: "Build theme"
no_output_timeout: 30m
command: |
source ./scripts/pipeline/build-theme.sh
- persist_to_workspace:
Expand Down Expand Up @@ -100,6 +101,7 @@ jobs:
source ./scripts/pipeline/deb-cf-install.sh
- run:
name: "Deploy"
no_output_timeout: 30m
command: |
source ./scripts/pipeline/exports.sh ${CIRCLE_BRANCH}
source ./scripts/pipeline/cloud-gov-login.sh
Expand All @@ -118,6 +120,7 @@ jobs:
source ./scripts/pipeline/deb-cf-install.sh
- run:
name: "Post Deploy"
no_output_timeout: 30m
command: |
source ./scripts/pipeline/exports.sh ${CIRCLE_BRANCH}
source ./scripts/pipeline/cloud-gov-login.sh
Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"drupal/core-recommended": "^10.3.1",
"drupal/devel": "^5.1",
"drupal/disable_language": "^1.0@beta",
"drupal/double_field": "^4.1",
"drupal/double_field": "^4.2",
"drupal/easy_breadcrumb": "^2.0",
"drupal/editor_advanced_link": "^2.2",
"drupal/editoria11y": "^2.0",
Expand Down Expand Up @@ -96,7 +96,8 @@
"phpstan/extension-installer": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"cweagans/composer-patches": true,
"php-http/discovery": true
"php-http/discovery": true,
"tbachert/spi": true
},
"sort-packages": true
},
Expand Down
Loading

0 comments on commit 0298c3d

Please sign in to comment.