We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd28c67 commit ebb7506Copy full SHA for ebb7506
install.yaml
@@ -26,6 +26,8 @@ post_install_actions:
26
- cp core-dev/gitignore ../.gitignore
27
- mkdir -p ../test_output
28
- chmod +w ../test_output
29
+ - if [ "${DDEV_PROJECT_STATUS}" != "running" ]; then ddev start; fi
30
+ - ddev exec corepack enable
31
- cd ../core && ddev yarn
32
33
removal_actions:
web-build/Dockerfile
@@ -1,6 +1,5 @@
1
#ddev-generated
2
# Note that the chromium-driver install could be moved to webimage_extra_packages
3
RUN sudo apt-get update && sudo apt-get install chromium-driver -y
4
-# Depending on the outcome of https://github.com/ddev/ddev/pull/5988
5
-# this may not be necessary in DDEV v1.23+
+# This will not be necessary in DDEV v1.23+
6
RUN corepack enable
0 commit comments