Skip to content

Commit

Permalink
Removed D9 from theme CI and switched branches from master to main.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Nov 3, 2023
1 parent 24ccd2d commit c5e354e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 23 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ jobs:
command: |
DEPLOY_SSH_FINGERPRINT=$DEPLOY_SSH_FINGERPRINT1 \
[email protected]:salsadigitalauorg/civictheme.git \
DEPLOY_CODE_COMMIT_REMOTE_BRANCH=master \
DEPLOY_CODE_COMMIT_REMOTE_BRANCH=main \
DEPLOY_CODE_COMMIT_SRC_DIR="${DREVOPS_EXPORT_CODE_DIR}/web/themes/contrib/civictheme" \
./scripts/deploy-code-commit.sh
no_output_timeout: 30m
Expand All @@ -471,7 +471,7 @@ jobs:
command: |
DEPLOY_SSH_FINGERPRINT=$DEPLOY_SSH_FINGERPRINT2 \
[email protected]:salsadigitalauorg/civictheme_library.git \
DEPLOY_CODE_COMMIT_REMOTE_BRANCH=master \
DEPLOY_CODE_COMMIT_REMOTE_BRANCH=main \
DEPLOY_CODE_COMMIT_SRC_DIR="${DREVOPS_EXPORT_CODE_DIR}/web/themes/contrib/civictheme/civictheme_library" \
./scripts/deploy-code-commit.sh
no_output_timeout: 30m
Expand All @@ -480,7 +480,7 @@ jobs:
command: |
DEPLOY_SSH_FINGERPRINT=$DEPLOY_SSH_FINGERPRINT3 \
[email protected]:salsadigitalauorg/civictheme_govcms.git \
DEPLOY_CODE_COMMIT_REMOTE_BRANCH=master \
DEPLOY_CODE_COMMIT_REMOTE_BRANCH=main \
DEPLOY_CODE_COMMIT_SRC_DIR="${DREVOPS_EXPORT_CODE_DIR}/web/modules/custom/civictheme_govcms" \
./scripts/deploy-code-commit.sh
no_output_timeout: 30m
Expand All @@ -489,7 +489,7 @@ jobs:
command: |
DEPLOY_SSH_FINGERPRINT=$DEPLOY_SSH_FINGERPRINT4 \
[email protected]:salsadigitalauorg/civictheme_content.git \
DEPLOY_CODE_COMMIT_REMOTE_BRANCH=master \
DEPLOY_CODE_COMMIT_REMOTE_BRANCH=main \
DEPLOY_CODE_COMMIT_SRC_DIR="${DREVOPS_EXPORT_CODE_DIR}/web/modules/custom/civictheme_content" \
./scripts/deploy-code-commit.sh
no_output_timeout: 30m
Expand All @@ -498,7 +498,7 @@ jobs:
command: |
DEPLOY_SSH_FINGERPRINT=$DEPLOY_SSH_FINGERPRINT5 \
[email protected]:salsadigitalauorg/civictheme_admin.git \
DEPLOY_CODE_COMMIT_REMOTE_BRANCH=master \
DEPLOY_CODE_COMMIT_REMOTE_BRANCH=main \
DEPLOY_CODE_COMMIT_SRC_DIR="${DREVOPS_EXPORT_CODE_DIR}/web/modules/custom/civictheme_admin" \
./scripts/deploy-code-commit.sh
no_output_timeout: 30m
Expand Down
18 changes: 0 additions & 18 deletions web/themes/contrib/civictheme/.circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,24 +36,6 @@ jobs:
- image: cimg/php:8.2-browsers
<<: *job-build

build-php-8.1-legacy:
<<: *container_config
docker:
- image: cimg/php:8.1-browsers
environment:
DRUPAL_VERSION: 9.5
DRUPAL_PROJECT_SHA: 9.x
<<: *job-build

build-php-8.2-legacy:
<<: *container_config
docker:
- image: cimg/php:8.2-browsers
environment:
DRUPAL_VERSION: 9.5
DRUPAL_PROJECT_SHA: 9.x
<<: *job-build

build-php-8.2-next:
<<: *container_config
docker:
Expand Down

0 comments on commit c5e354e

Please sign in to comment.