Skip to content

Commit

Permalink
Update POM file with new version: 1.6.9RC4
Browse files Browse the repository at this point in the history
  • Loading branch information
commjoen committed Aug 31, 2023
1 parent 0140f0d commit f0ef115
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/scripts/docker-create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,6 @@ generate_test_data() {
openssl rand -base64 32 | tr -d '\n' > thirdkey.txt
answer=$(<thirdkey.txt)
answerRegexSafe="$(printf '%s' "$answer" | $findAndReplace -e 's/[]\/$*.^|[]/\\&/g' | $findAndReplace ':a;N;$!ba;s,\n,\\n,g')"
echo "$answerRegexSafe" > thirdkey.txt
cp ../../src/main/resources/.bash_history .
$findAndReplace -i "s/Placeholder Password, find the real one in the history of the container/$answerRegexSafe/g" .bash_history
}
Expand Down

0 comments on commit f0ef115

Please sign in to comment.