Skip to content

Commit be49211

Browse files
committed
test: debug db_upgrade.sh
1 parent f5e881c commit be49211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/k8s_db_upgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
shell: bash
8181
id: alembic_command
8282
run: |
83-
echo $(cat cicd-deployment-scripts/k8s/db_upgrade.sh)
83+
envsubst < cicd-deployment-scripts/k8s/db_upgrade.sh
8484
bash cicd-deployment-scripts/k8s/db_upgrade.sh \
8585
-e ${{ env.ENVIRONMENT_NAME }} \
8686
-d ${{ github.event.repository.name }} \

0 commit comments

Comments
 (0)