Skip to content

Commit

Permalink
Remove additional patch that no longer applies
Browse files Browse the repository at this point in the history
  • Loading branch information
belcherj committed Jan 3, 2020
1 parent 051213a commit ae9ceda
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
3 changes: 0 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
openssl aes-256-cbc -md md5 -d -in ./resources/secrets/config.json.enc -out ./config.json -k ${SECRETS_ENCRYPTION_KEY}
- *npm_restore_cache
- run: npm ci
- run: patch -p1 < ./resources/macos/scheme-patch.diff
- run: make build
- run: make lint
- run: make test
Expand All @@ -60,7 +59,6 @@ jobs:
- *npm_restore_cache
- *install_linux_deps
- run: npm ci
- run: patch -p1 < ./resources/macos/scheme-patch.diff
- *npm_save_cache
- run: make package-linux SKIP_BUILD=true
- run:
Expand All @@ -85,7 +83,6 @@ jobs:
at: /Users/distiller/simplenote
- *npm_restore_cache
- run: npm ci
- run: patch -p1 < ./resources/macos/scheme-patch.diff
- *npm_save_cache
- run:
name: Build Mac
Expand Down
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ install:
- ps: Install-Product node 12
- cinst make
- npm ci
- patch -p1 < ./resources/macos/scheme-patch.diff

for:
# default build / .exe / signed
Expand Down
14 changes: 0 additions & 14 deletions resources/macos/scheme-patch.diff

This file was deleted.

0 comments on commit ae9ceda

Please sign in to comment.