fix(ci): fix production toggle of catalog CI
This commit is contained in:
2
.github/workflows/charts-release.yaml
vendored
2
.github/workflows/charts-release.yaml
vendored
@@ -77,6 +77,8 @@ jobs:
|
||||
steps.collect-changes.outputs.changesDetected == 'true'
|
||||
run: |
|
||||
tools/build-release.sh -p
|
||||
env:
|
||||
CR_TOKEN: ${{ secrets.BOT_TOKEN }}
|
||||
|
||||
- name: Create commit
|
||||
id: create-commit
|
||||
|
||||
@@ -22,7 +22,7 @@ name: postgresql
|
||||
sources:
|
||||
- https://www.postgresql.org/
|
||||
type: application
|
||||
version: 7.0.22
|
||||
version: 7.0.23
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- database
|
||||
|
||||
@@ -34,7 +34,7 @@ main() {
|
||||
|
||||
parse_command_line "$@"
|
||||
if [ "${token}" == "false" ]; then
|
||||
echo "env #cr_TOKEN not found, defaulting to production=false"
|
||||
echo "env #CR_TOKEN not found, defaulting to production=false"
|
||||
production="false"
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user