Skip to content

Commit

Permalink
Merge pull request #629 from ckeditor/i/628
Browse files Browse the repository at this point in the history
Other (tests): Removed unnecessary scripts after merging the main repository to the monorepo. Closes #628.

MAJOR BREAKING CHANGES: Following binary commands were removed:
* `ckeditor5-dev-tests-travis`
* `ckeditor5-dev-tests-prepare-mrgit-json`
* `ckeditor5-dev-tests-prepare-package-json`
* `ckeditor5-dev-tests-install-dependencies`
* `ckeditor5-dev-tests-save-revision`
  • Loading branch information
mlewand authored May 15, 2020
2 parents 9144675 + e3def16 commit e2048e9
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 586 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,6 @@ module.exports = function releaseSubRepositories( options ) {

if ( !shouldRemove ) {
logDryRun( 'You can remove these files manually by calling `git clean -f` command.' );
logDryRun( 'It will also work using mrgit: `mrgit exec "git clean -f"`' );

return;
}
Expand Down
44 changes: 0 additions & 44 deletions packages/ckeditor5-dev-tests/bin/install-dependencies.sh

This file was deleted.

34 changes: 0 additions & 34 deletions packages/ckeditor5-dev-tests/bin/prepare-mrgit-json.js

This file was deleted.

45 changes: 0 additions & 45 deletions packages/ckeditor5-dev-tests/bin/prepare-package-json.js

This file was deleted.

73 changes: 0 additions & 73 deletions packages/ckeditor5-dev-tests/bin/save-revision.js

This file was deleted.

23 changes: 0 additions & 23 deletions packages/ckeditor5-dev-tests/bin/test-travis.sh

This file was deleted.

70 changes: 0 additions & 70 deletions packages/ckeditor5-dev-tests/lib/bin/createmrgitjsoncontent.js

This file was deleted.

34 changes: 0 additions & 34 deletions packages/ckeditor5-dev-tests/lib/mrgit-resolver.js

This file was deleted.

6 changes: 0 additions & 6 deletions packages/ckeditor5-dev-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"mocha": "^6.1.4",
"mrgit": "^1.0.0",
"postcss-loader": "^3.0.0",
"raw-loader": "^3.1.0",
"sinon": "^7.3.2",
Expand All @@ -62,11 +61,6 @@
"bin": {
"ckeditor5-dev-tests": "./bin/test.js",
"ckeditor5-dev-tests-manual": "./bin/test-manual.js",
"ckeditor5-dev-tests-travis": "./bin/test-travis.sh",
"ckeditor5-dev-tests-prepare-mrgit-json": "./bin/prepare-mrgit-json.js",
"ckeditor5-dev-tests-prepare-package-json": "./bin/prepare-package-json.js",
"ckeditor5-dev-tests-install-dependencies": "./bin/install-dependencies.sh",
"ckeditor5-dev-tests-save-revision": "./bin/save-revision.js",
"ckeditor5-dev-tests-check-dependencies": "./bin/check-dependencies.js",
"ckeditor5-dev-tests-notify-travis-status": "./bin/notify-travis-status.js"
},
Expand Down
Loading

0 comments on commit e2048e9

Please sign in to comment.