Skip to content

Commit

Permalink
Revert explicit "noninteractive" ENV to avoid deb warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
arm4b authored Jan 27, 2023
1 parent 90dc50e commit 2f15e8c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions st2.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
{
"type": "shell",
"execute_command": "{{.Vars}} sudo -S -E bash -eu '{{.Path}}'",
"environment_vars": [
"DEBIAN_FRONTEND=noninteractive"
],
"scripts": [
"scripts/pre_cleanup.sh",
"scripts/vagrant.sh",
Expand Down Expand Up @@ -51,6 +54,9 @@
"pause_before": "1m",
"type": "shell",
"execute_command": "{{.Vars}} sudo -S -E bash -eu '{{.Path}}'",
"environment_vars": [
"DEBIAN_FRONTEND=noninteractive"
],
"scripts": [
"scripts/test.sh",
"scripts/post_cleanup.sh"
Expand Down

0 comments on commit 2f15e8c

Please sign in to comment.