Skip to content

Commit

Permalink
refactor(tasks): change task to remote (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
luismayta committed Jan 1, 2025
1 parent 9704e0d commit e29e0b2
Showing 1 changed file with 24 additions and 11 deletions.
35 changes: 24 additions & 11 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,30 @@
version: "3"

includes:
changelog: ./provision/task/changelog.yml
confluence: ./provision/task/confluence.yml
python: ./provision/task/python.yml
git: ./provision/task/git.yml
docs: ./provision/task/docs.yml
docker: ./provision/task/docker.yml
version: ./provision/task/version.yml
plantuml: ./provision/task/plantuml.yml
prettier: ./provision/task/prettier.yml
sonar: ./provision/task/sonar.yml
terraform: ./provision/task/terraform.yml
pre-commit:
taskfile: "https://raw.githubusercontent.com/hadenlabs/tasks/main/pre-commit/Taskfile.yml"
github:
taskfile: "https://raw.githubusercontent.com/hadenlabs/tasks/main/github/Taskfile.yml"
changelog:
taskfile: "https://raw.githubusercontent.com/hadenlabs/tasks/main/changelog/Taskfile.yml"
confluence:
taskfile: "https://raw.githubusercontent.com/hadenlabs/tasks/main/confluence/Taskfile.yml"
python:
taskfile: "https://raw.githubusercontent.com/hadenlabs/tasks/main/python/Taskfile.yml"
git:
taskfile: "https://raw.githubusercontent.com/hadenlabs/tasks/main/git/Taskfile.yml"
docs:
taskfile: "provision/task/docs.yml"
docker:
taskfile: "https://raw.githubusercontent.com/hadenlabs/tasks/main/docker/Taskfile.yml"
version:
taskfile: "https://raw.githubusercontent.com/hadenlabs/tasks/main/version/Taskfile.yml"
plantuml:
taskfile: "https://raw.githubusercontent.com/hadenlabs/tasks/main/plantuml/Taskfile.yml"
prettier:
taskfile: "https://raw.githubusercontent.com/hadenlabs/tasks/main/prettier/Taskfile.yml"
sonar:
taskfile: "https://raw.githubusercontent.com/hadenlabs/tasks/main/sonar/Taskfile.yml"

env:
DOCKER:
Expand Down

0 comments on commit e29e0b2

Please sign in to comment.