Skip to content

Commit

Permalink
Execute clean and prepare sequencially in the deploy task
Browse files Browse the repository at this point in the history
  • Loading branch information
white-gecko committed Nov 8, 2023
1 parent 0fecf49 commit a88fe8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,9 @@ tasks:
deploy:
desc: Install plugin package in Corporate Memory
deps:
- clean
- build
cmds:
- task: clean
- task: build
- cmemc admin workspace python install dist/*.tar.gz
- cmemc admin workspace python list-plugins

Expand Down

0 comments on commit a88fe8c

Please sign in to comment.