We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7bd074 commit e6ebc52Copy full SHA for e6ebc52
github-actions-tests/metrics.sh
@@ -4,6 +4,7 @@
4
5
# default parameters:
6
PG_VERSION="14"
7
+OS="centos:7"
8
9
for i in "$@"
10
do
@@ -22,7 +23,7 @@ case $i in
22
23
esac
24
done
25
-METRICS_FILE = "/mamonsu/github-actions-tests/sources/metrics-linux-${PG_VERSION}.txt"
26
+METRICS_FILE="/mamonsu/github-actions-tests/sources/metrics-linux-${PG_VERSION}.txt"
27
28
echo && echo
29
echo "================================================================================================================="
@@ -62,6 +63,6 @@ while read metric; do
62
63
echo "---> ERROR: Cannot found metric $metric"
64
# exit 11
65
fi
-done <${METRICS_FILE}
66
+done <"${METRICS_FILE}"
67
68
0 commit comments