Skip to content

Commit 1fe4663

Browse files
authored
Merge pull request #200 from Automattic/chore/remove-svn-install-step
2 parents e352f7f + a001f8b commit 1fe4663

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.distignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Directories
22
/.git/
33
/.github/
4+
/.wordpress-org/
45
/bin/
56
/node_modules/
67
/tests/

.gitattributes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,14 @@
1919
/vendor export-ignore
2020

2121
# Files
22+
/.distignore export-ignore
2223
/.editorconfig export-ignore
2324
/.gitattributes export-ignore
2425
/.gitignore export-ignore
26+
/.npmrc export-ignore
2527
/.phpcs.xml.dist export-ignore
28+
/.wp-env.json export-ignore
29+
/.wp-env.override.json export-ignore
2630
/CHANGELOG.md export-ignore
2731
/clover.xml export-ignore
2832
/composer.json export-ignore

.github/workflows/deploy.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ jobs:
1919
with:
2020
persist-credentials: false
2121

22-
- name: Install SVN (Subversion)
23-
run: |
24-
sudo apt-get update
25-
sudo apt-get install subversion
26-
2722
- name: WordPress Plugin Deploy
2823
uses: 10up/action-wordpress-plugin-deploy@54bd289b8525fd23a5c365ec369185f2966529c2 # 2.3.0
2924
env:

0 commit comments

Comments
 (0)