Skip to content

Commit

Permalink
Add configuration file to ./qa-catalogue
Browse files Browse the repository at this point in the history
  • Loading branch information
pkiraly committed Apr 30, 2024
1 parent 376df23 commit 0755711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa-catalogue
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ CONFIG_FILE: ${CONFIG_FILE}
EOF

# don't proceed if web configuration shall be updated but cannot do so
if [[ ! -z "$K10" ]]; then
if [[ ! -z "$WEB_CONFIG" ]]; then
if [[ ! -f "$WEB_CONFIG" ]]; then
echo "web configuration file missing: $WEB_CONFIG" >&2
exit 1
Expand Down

0 comments on commit 0755711

Please sign in to comment.