We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35aaad3 commit c91dcc1Copy full SHA for c91dcc1
update-release-version-docs.sh
@@ -29,7 +29,7 @@ if [[ -z "$MAJOR_VERSION" ]]; then
29
fi
30
31
# Add Docker after first line in the table
32
-if grep -q "$NEW_VERSION" "$SCRIPT_DIR"/installation/docker.md; then
+if grep -Fq "$NEW_VERSION" "$SCRIPT_DIR"/installation/docker.md; then
33
echo "Found $NEW_VERSION already in the Docker docs so skipping update"
34
else
35
sed_wrapper -i -e "/| -.*$/a | $NEW_VERSION | x86\_64, arm64v8, arm32v7, s390x | Release [v$NEW_VERSION](https://fluentbit.io/announcements/v$NEW_VERSION/) |" "$SCRIPT_DIR"/installation/docker.md
0 commit comments