Skip to content

Commit

Permalink
feat: revert renaming and postpone that for later.
Browse files Browse the repository at this point in the history
  • Loading branch information
mknoopvw committed Jun 13, 2023
1 parent 9443367 commit 3a9a209
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ dotenv:
- 'dev.env'

tasks:

unittest:
desc: Executes helm unittests
dir: charts/managed-identity-wallet
Expand All @@ -19,10 +18,10 @@ tasks:
buildDocker:
desc: Build the app and the corresponding Docker image (tagged as "miw-test")
cmds:
- task: build
- task: buildJar
- docker build -t local-miw --platform linux/amd64 .

startDevEnv:
runDevEnv:
desc: Spin up local Docker environment
dir: dev-assets/dev-containers
ignore_error: true
Expand All @@ -38,7 +37,7 @@ tasks:
cmds:
- docker-compose down

startDockerApp:
runDockerApp:
desc: Run the app in a container environment
cmds:
- task: runDevEnv
Expand Down

0 comments on commit 3a9a209

Please sign in to comment.