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