Skip to content

Commit

Permalink
Adjust gitpod steps
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Apr 3, 2024
1 parent 23d816e commit 676ee8a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@

additionalRepositories:
- url: https://github.com/SU-SWS/ace-stanfordlagunita/
checkoutLocation: back
checkoutLocation: front
ports:
- name: database
Expand Down Expand Up @@ -29,8 +26,9 @@ tasks:
- name: Drupal Prep
init: >
eval $(gp env -e APACHE_DOCROOT_IN_REPO=../back/docroot) &&
cd /workspace/back &&
git checkout 2.x &&
cd /workspace/ &&
git clone https://github.com/SU-SWS/ace-stanfordlagunita.git back &&
cd back &&
rm -rf config/default &&
mkdir -p config/default &&
touch config/default/core.extension.yml &&
Expand Down

0 comments on commit 676ee8a

Please sign in to comment.