File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed
Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -96,19 +96,19 @@ jobs:
9696 php artisan generate:jwt-keypair
9797 vendor/phpunit/phpunit/phpunit tests/ --colors=never --configuration phpunit_gitlab.xml
9898
99- helm-build :
100- runs-on : ubuntu-latest
101- needs : [npm_test_build, php_test_build]
102- permissions :
103- contents : write
104-
105- steps :
106- - name : Checkout
107- uses : actions/checkout@v4
108- with :
109- fetch-depth : 0
110-
111- - name : Run chart-releaser
112- uses : helm/chart-releaser-action@v1.7.0
113- env :
114- CR_TOKEN : " ${{ secrets.GH_TOKEN }}"
99+ # helm-build:
100+ # runs-on: ubuntu-latest
101+ # needs: [npm_test_build, php_test_build]
102+ # permissions:
103+ # contents: write
104+
105+ # steps:
106+ # - name: Checkout
107+ # uses: actions/checkout@v4
108+ # with:
109+ # fetch-depth: 0
110+
111+ # - name: Run chart-releaser
112+ # uses: helm/chart-releaser-action@v1.7.0
113+ # env:
114+ # CR_TOKEN: "${{ secrets.GH_TOKEN }}"
You can’t perform that action at this time.
0 commit comments