Skip to content

Commit

Permalink
control-service:fix failing pipelines
Browse files Browse the repository at this point in the history
Signed-off-by: murphp15 <[email protected]>
  • Loading branch information
paulm2 committed Jul 24, 2023
1 parent ac99f66 commit ae21078
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ export TRINO_HOST=${TRINO_HOST:-"test-trino"}


echo $CONTROL_SERVICE_URL
echo $VDK_OPTIONS
cat $VDK_OPTIONS
# Update vdk-options with substituted variables like sensitive configuration (passwords)
export VDK_OPTIONS_SUBSTITUTED="${VDK_OPTIONS}.temp"
envsubst < $VDK_OPTIONS > $VDK_OPTIONS_SUBSTITUTED
Expand Down

0 comments on commit ae21078

Please sign in to comment.