Skip to content

Commit

Permalink
Copy some files
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Jan 1, 2024
1 parent b02a1e3 commit 229fdb1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,12 @@ image: pookmish/drupal8ci:gitpod
tasks:
- name: Drupal Prep
init: >
cp .gitpod/blt.yml /workspace/back/blt/local.blt.yml &&
cd /workspace/back &&
mkdir -p blt &&
cp .gitpod/blt.yml blt/local.blt.yml &&
find docroot/sites/ -name 'local*' | xargs rm &&
cp .gitpod/global.settings.php docroot/sites/settings/global.settings.php &&
cp .gitpod/default.local.services.yml docroot/sites/local.services.yml &&
export NEXT_PUBLIC_DRUPAL_BASE_URL=`gp url 8001` &&
export PREVIEW_URL=${NEXT_PUBLIC_DRUPAL_BASE_URL#"https://"} &&
git checkout composer.* &&
Expand Down Expand Up @@ -81,7 +85,7 @@ tasks:
chmod 600 ~/.ssh/id_rsa &&
cd $GITPOD_REPO_ROOT &&
git remote set-url origin [email protected]:SU-SWS/ace-sulgryphon.git &&
cd frontend &&
cd /workspace/front &&
git remote set-url origin [email protected]:SU-SWS/sulgryphon-nextjs.git &&
[[ ! -z $GITCONFIG ]] &&
echo $GITCONFIG | base64 -d > ~/.gitconfig &&
Expand Down

0 comments on commit 229fdb1

Please sign in to comment.