Skip to content

Commit

Permalink
Changing Redis port on Uyuni-Master-tests-code-coverage.tf (#1493)
Browse files Browse the repository at this point in the history
  • Loading branch information
srbarrios authored Dec 2, 2024
1 parent f2eaffe commit ea215ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ resource "null_resource" "configure_jacoco" {
provisioner "remote-exec" {
inline = [ "echo export CODE_COVERAGE=true >> ~/.bashrc",
"echo export REDIS_HOST=${var.REDIS_HOST} >> ~/.bashrc",
"echo export REDIS_PORT=19269 >> ~/.bashrc",
"echo export REDIS_PORT=6379 >> ~/.bashrc",
"echo export REDIS_USERNAME=${var.REDIS_USERNAME} >> ~/.bashrc",
"echo export REDIS_PASSWORD=${var.REDIS_PASSWORD} >> ~/.bashrc",
"source ~/.bashrc"
Expand Down

0 comments on commit ea215ca

Please sign in to comment.