MM-21722 - Repository synchronization tool (#86)

This commit is contained in:
Domas Monkus 2020-09-13 16:30:09 +03:00 committed by GitHub
parent 4e7a2d3734
commit 0688e8df4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 1589 additions and 0 deletions

44
build/sync/plan.yml Normal file
View file

@ -0,0 +1,44 @@
checks:
- type: repo_is_clean
params:
repo: source
- type: repo_is_clean
params:
repo: target
actions:
- paths:
- build
actions:
- type: overwrite_directory
params:
create: true
- paths:
- .editorconfig
actions:
- type: overwrite_file
params:
create: true
conditions:
- type: file_unaltered
- paths:
- Makefile
actions:
- type: overwrite_file
params:
create: true
- paths:
- .circleci/config.yml
- server/configuration.go
- server/plugin.go
- server/plugin_test.go
- webapp/.eslintrc.json
- webapp/babel.config.js
- webapp/package.json
- webapp/src/index.js
- webapp/tsconfig.json
- webapp/webpack.config.js
actions:
- type: overwrite_file
conditions:
- type: exists
- type: file_unaltered