Skip to content

Commit

Permalink
disable gitlab release in favor of github
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncan-Ultra committed Apr 16, 2024
1 parent 58044ce commit 6f7d78d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ jobs:
with:
fetch-depth: 0

# - name: Configure Git
# run: |
# git config user.name "$GITHUB_ACTOR"
# git config user.email "[email protected]"
- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
# - name: Install Helm
# uses: azure/setup-helm@v3
- name: Install Helm
uses: azure/setup-helm@v3

# - name: Run chart-releaser
# uses: helm/[email protected]
# env:
# CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
- name: Run chart-releaser
uses: helm/[email protected]
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
stages:
- lint
- test
- release
# - release

workflow:
rules:
Expand Down

0 comments on commit 6f7d78d

Please sign in to comment.