diff --git a/.circleci/config.yml b/.circleci/config.yml index 3c1167d..eff62f9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -13,7 +13,7 @@ aliases: at: /workspace - checkout # Init environment for development. - - run: if [ -f "./dev-init.sh" ] && [ ! "$DEV_TOOLS" ]; then ./dev-init.sh; fi + - run: if [ -f "./dev-tools.sh" ] && [ ! "$DEV_TOOLS" ]; then ./dev-tools.sh; fi - setup_remote_docker: docker_layer_caching: true - run: .circleci/build.sh diff --git a/composer.json b/composer.json index ae32346..9d52119 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "type": "drupal-module", "license": "GPL-2.0-or-later", "require": { - "dpc-sdp/tide_core": "1.2.0", + "dpc-sdp/tide_core": "1.2.1", "drupal/embed": "^1.0", "drupal/inline_entity_form": "^1.0-rc1", "drupal/svg_image": "^1.8",