We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6107af5 + dd98d35 commit 5b70f0bCopy full SHA for 5b70f0b
.taskfiles/task_dep.yaml
@@ -10,6 +10,7 @@ includes:
10
site:
11
taskfile: ./task_site.yaml
12
internal: true
13
+ dir: ../
14
git:
15
taskfile: ./task_git.yaml
16
@@ -22,7 +23,7 @@ tasks:
22
23
desc: Init git branch {{.BRANCH_DEP_PREFIX}}/*
24
cmds:
25
- git pull {{.GIT_REMOTE}} {{.BRANCH_BASE}}:{{.BRANCH_BASE}}
- - git switch {{.BRANCH_DEP_PREFIX}}/{{.BRANCH_NAME}} {{.BRANCH_BASE}} 2>/dev/null || git switch -c {{.BRANCH_DEP_PREFIX}}/{{.BRANCH_NAME}} {{.BRANCH_BASE}}
26
+ - git branch -D {{.BRANCH_DEP_PREFIX}}/{{.BRANCH_NAME}} 2>/dev/null || git switch -c {{.BRANCH_DEP_PREFIX}}/{{.BRANCH_NAME}} {{.BRANCH_BASE}}
27
silent: true
28
29
update:
0 commit comments