Skip to content

Commit

Permalink
remove the gitignore steps
Browse files Browse the repository at this point in the history
we don't need them
or we shouldn't, anyway
  • Loading branch information
jazzsequence committed Sep 25, 2023
1 parent 5f75058 commit 238e255
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/sage-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,10 @@ 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 238e255

Please sign in to comment.