Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions samples/autogen/Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0

---
version: "3"
version: '3'

silent: true

Expand Down Expand Up @@ -30,12 +30,12 @@ tasks:
- uv run ruff check --fix .

compose:
description: "Run docker-compose"
desc: 'Run docker-compose'
cmds:
- docker compose up --build -d

kind:
description: "Run app in kind"
desc: 'Run app in kind'
dir: '{{.USER_WORKING_DIR}}'
vars:
PARENT_DIR:
Expand Down
8 changes: 1 addition & 7 deletions samples/crewai/simple_crew/Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0

---
version: "3"
version: '3'

silent: true

Expand All @@ -29,9 +29,3 @@ tasks:
- dependencies
cmds:
- poetry run python -m simple_crew.main test

publish:
desc: Publish PyPi package in Espresso-PyPi repo (https://engci-maven-master.cisco.com/artifactory/api/pypi/espresso-pypi/)
dir: '{{.USER_WORKING_DIR}}'
cmds:
- poetry publish --build --repository devhubcloud --verbose