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 02ffd61 commit ff29da5Copy full SHA for ff29da5
1 file changed
.ci/writeBuildInformation.sh
@@ -26,6 +26,8 @@ if [ "$DEPENDENCIES" = "null" ]; then
26
DEPENDENCIES="{}"
27
fi
28
29
+DEPENDENCIES="${DEPENDENCIES//[\/]/\\/}" # replace '/' with '\/' because it's a special char
30
+
31
DATE=$(date -u --iso-8601=seconds)
32
33
echo "Writing the following properties into $TARGET_FILE"
0 commit comments