Skip to content

Commit ca2a000

Browse files
committed
chore: clean up Taskfile and remove unused script
1 parent 9991922 commit ca2a000

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

Taskfile.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,9 @@ version: '3'
22

33
dotenv: ['.env']
44

5-
# Prerequisites for this taskfile to run:
6-
# - https://pre-commit.com/#install
5+
# Prerequisites for this Taskfile to run:
76
# - https://github.com/helm/chart-releaser
8-
# - https://github.com/mbenabda/helm-local-chart-version (install it outside an GIT repo!)
97
# - https://github.com/norwoodj/helm-docs
10-
# - https://github.com/helm-unittest/helm-unittest/
118
# - https://github.com/pawamoy/git-changelog
129

1310
tasks:
@@ -27,8 +24,7 @@ tasks:
2724
index:
2825
desc: Creates or updates the index file and pushes it to the default github pages branch
2926
cmds:
30-
- git pull
31-
- ./cr-index.sh
27+
- cr index -o $GITHUB_USERNAME -r $CHART_NAME -t $GITHUB_TOKEN -i . --push
3228
- rm -rf index.yaml
3329

3430
publish:

cr-index.sh

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)