Skip to content

Commit

Permalink
kvok
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasovskib committed Apr 11, 2024
1 parent bcfe6a6 commit 7e74627
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,7 @@ jobs:
- name: Bump chart version
# if: ${{ github.event_name == 'release' }}
run: |
pwd
echo "in ."
ls -al .
exit 1
python ../.github/workflows/bump_chart.py ${CHART_PATH}/Chart.yaml ${{env.RELEASE_TAG}}
python ./.github/workflows/bump_chart.py ${CHART_PATH}/Chart.yaml ${{env.RELEASE_TAG}}
- name: Parse Chart.yaml
if: ${{ github.event_name == 'release' }}
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,5 @@ func setupCastAIClient(log logrus.FieldLogger, cfg *config.Config) castai.Client
ForceAttemptHTTP2: true,
},
})
fmt.Println("kvok 3")
return castai.NewClient(clientConfig, log, restyClient, Version)
}

0 comments on commit 7e74627

Please sign in to comment.