Skip to content

Commit

Permalink
Remove legacy go-based runner (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
WPprodigy authored Mar 14, 2023
1 parent d8fbb93 commit 400dc10
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 2,626 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ node_modules/
*.sql
*.tar.gz
*.zip
/bin/cron-control-runner
.phpunit.result.cache
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = function( grunt ) {
options: {
updateDomains: true
},
src: [ '*.php', '**/*.php', '!node_modules/**', '!__tests__/**', '!vendor/**', '!runner/**' ]
src: [ '*.php', '**/*.php', '!node_modules/**', '!__tests__/**', '!vendor/**' ]
}
},

Expand All @@ -39,7 +39,7 @@ module.exports = function( grunt ) {
},
type: 'wp-plugin',
updateTimestamp: true,
exclude: [ 'node_modules/.*', '__tests__/.*', 'vendor/.*', 'runner/.*' ],
exclude: [ 'node_modules/.*', '__tests__/.*', 'vendor/.*' ],
}
}
},
Expand Down
15 changes: 0 additions & 15 deletions runner/Makefile

This file was deleted.

91 changes: 0 additions & 91 deletions runner/README.md

This file was deleted.

1 change: 0 additions & 1 deletion runner/defaults

This file was deleted.

12 changes: 0 additions & 12 deletions runner/go.mod

This file was deleted.

Loading

0 comments on commit 400dc10

Please sign in to comment.