Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeder committed Jan 28, 2025
1 parent ea420ff commit d1eb2e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,12 @@ commands:
which ddev
ddev --version
ddev config --project-name test-$CIRCLE_WORKFLOW_JOB_ID --project-type drupal9 --docroot docroot --create-docroot
ddev get https://github.com/GetDKAN/dkan-ddev-addon/archive/refs/heads/<< parameters.addon_branch >>.tar.gz
ddev add-on get https://github.com/GetDKAN/dkan-ddev-addon/archive/refs/heads/<< parameters.addon_branch >>.tar.gz
bash -c 'echo COMPOSER_AUTH=$COMPOSER_AUTH' > .ddev/.env
# Modify config to use our PHP version and database.
yq '.database.version ="<< parameters.database_version >>"' -i .ddev/config.dkan.yaml
yq '.php_version ="<< parameters.php_version >>"' -i .ddev/config.dkan.yaml
cat .ddev/config.dkan.yaml
ddev restart
ddev status
ddev dkan-init --project-version << parameters.dkan_recommended_branch>> --force
Expand Down

0 comments on commit d1eb2e4

Please sign in to comment.