Skip to content

Commit

Permalink
gitpod "prebuild" is deprecated, so switch to using init (#3032) [ski…
Browse files Browse the repository at this point in the history
…p ci][ci skip]

Details: gitpod-io/gitpod#4205
  • Loading branch information
shaal committed Jun 2, 2021
1 parent f5e9a97 commit ecd521d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ image:

tasks:
- name: terminal
prebuild: |
init: |
export DDEV_NONINTERACTIVE=true
make
mkdir -p /workspace/simpleproj && cd /workspace/simpleproj && ddev config --auto && cp ~/bin/gitpod-setup-ddev.sh .ddev && printf "<?php\nphpinfo();\n" >index.php && .ddev/gitpod-setup-ddev.sh
Expand Down

0 comments on commit ecd521d

Please sign in to comment.