Skip to content

Commit

Permalink
fix: remove chart steps
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrachan authored Jun 30, 2021
1 parent cc5a482 commit 7f3b478
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/jenkins-x-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,6 @@ jobs:
with:
args: -c "make release"
entrypoint: bash
- env:
GITHUB_TOKEN: ${{ secrets.GIT_BOT_TOKEN }}
VERSION: ${{ steps.prep.outputs.version }}
name: chart-docs
uses: docker://jnorwood/helm-docs:v1.4.0
with:
args: -c "if [ -d \"charts/$REPO_NAME\" ]; then cd charts/$REPO_NAME; helm-docs;
else echo no charts; fi"
entrypoint: /bin/ash
- env:
GITHUB_TOKEN: ${{ secrets.GIT_BOT_TOKEN }}
REPO_NAME: ${{ github.event.repository.name }}
Expand Down Expand Up @@ -73,14 +64,6 @@ jobs:
tags: |
ghcr.io/${{ github.repository }}:latest
ghcr.io/${{ github.repository }}:${{ steps.prep.outputs.version }}
- env:
GITHUB_TOKEN: ${{ secrets.GIT_BOT_TOKEN }}
JX_REPOSITORY_USERNAME: jenkins-x-bot-test
VERSION: ${{ steps.prep.outputs.version }}
name: release-chart
uses: docker://ghcr.io/jenkins-x/jx-boot:3.1.284
with:
entrypoint: .github/workflows/jenkins-x/release-chart.sh
- env:
GIT_USERNAME: jenkins-x-bot-test
GITHUB_TOKEN: ${{ secrets.GIT_BOT_TOKEN }}
Expand Down

0 comments on commit 7f3b478

Please sign in to comment.