Skip to content

Commit

Permalink
temporarily gitignore sage test to create multidev
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Sep 25, 2023
1 parent c06e6bb commit b1ab677
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/sage-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,14 @@ jobs:
echo "Deleting existing sage-test..."
rm -rf web/app/themes/sage-test
fi
# Temporarily gitignore web/apps/themes/sage-test.
echo "web/app/themes/sage-test" >> .gitignore
terminus multidev:create wpcm-sage-install-tests.dev $multidev_name
echo "Checking out multidev..."
git fetch --all
git checkout $multidev_name
# Remove web/app/themes/sage-test from .gitignore.
sed -i '' '/web\/app\/themes\/sage-test/d' .gitignore
- name: Copy latest repository changes
run: |
# Sync the files from checked-out repo to pantheon-local-copies, excluding the .git folder
Expand Down

0 comments on commit b1ab677

Please sign in to comment.