-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdevgetchanges.sh
More file actions
executable file
·23 lines (16 loc) · 1.86 KB
/
devgetchanges.sh
File metadata and controls
executable file
·23 lines (16 loc) · 1.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/bin/bash
cd ~
rm -fR Documents/workspace/microting/eform-angular-workflow-plugin/eform-client/src/app/plugins/modules/workflow-pn
cp -a Documents/workspace/microting/eform-angular-frontend/eform-client/src/app/plugins/modules/workflow-pn Documents/workspace/microting/eform-angular-workflow-plugin/eform-client/src/app/plugins/modules/workflow-pn
rm -fR Documents/workspace/microting/eform-angular-workflow-plugin/eFormAPI/Plugins/Workflow.Pn
cp -a Documents/workspace/microting/eform-angular-frontend/eFormAPI/Plugins/Workflow.Pn Documents/workspace/microting/eform-angular-workflow-plugin/eFormAPI/Plugins/Workflow.Pn
# Test files rm
rm -fR Documents/workspace/microting/eform-angular-workflow-plugin/eform-client/e2e/Tests/workflow-settings/
rm -fR Documents/workspace/microting/eform-angular-workflow-plugin/eform-client/e2e/Tests/workflow-general/
rm -fR Documents/workspace/microting/eform-angular-workflow-plugin/eform-client/wdio-headless-plugin-step2.conf.ts
rm -fR Documents/workspace/microting/eform-angular-workflow-plugin/eform-client/e2e/Page\ objects/Workflow
# Test files cp
cp -a Documents/workspace/microting/eform-angular-frontend/eform-client/e2e/Tests/workflow-settings Documents/workspace/microting/eform-angular-workflow-plugin/eform-client/e2e/Tests/workflow-settings
cp -a Documents/workspace/microting/eform-angular-frontend/eform-client/e2e/Tests/workflow-general Documents/workspace/microting/eform-angular-workflow-plugin/eform-client/e2e/Tests/workflow-general
cp -a Documents/workspace/microting/eform-angular-frontend/eform-client/wdio-plugin-step2.conf.ts Documents/workspace/microting/eform-angular-workflow-plugin/eform-client/wdio-headless-plugin-step2.conf.ts
cp -a Documents/workspace/microting/eform-angular-frontend/eform-client/e2e/Page\ objects/Workflow Documents/workspace/microting/eform-angular-workflow-plugin/eform-client/e2e/Page\ objects/Workflow