This repository has been archived on 2024-11-03. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
mattermost-plugin-attachmen.../build/sync/plan.yml
Ben Schumacher d9532472eb
Migrate index.js to use Typescript (#129)
* Migrate index.js to use Typescript

* Fix tests
2020-09-24 09:42:36 +02:00

44 lines
941 B
YAML

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.tsx
- webapp/tsconfig.json
- webapp/webpack.config.js
actions:
- type: overwrite_file
conditions:
- type: exists
- type: file_unaltered