This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-ci-infra.git


The following commit(s) were added to refs/heads/main by this push:
     new 4a7d19f  Add -y to install subversion
4a7d19f is described below

commit 4a7d19f2411e102e33372be19a19e1963ca0e3cd
Author: Jarek Potiuk <[email protected]>
AuthorDate: Wed Nov 23 17:21:47 2022 +0100

    Add -y to install subversion
---
 github-runner-ami/packer/files/install-subversion.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/github-runner-ami/packer/files/install-subversion.sh 
b/github-runner-ami/packer/files/install-subversion.sh
index bddcdb5..9a974f3 100644
--- a/github-runner-ami/packer/files/install-subversion.sh
+++ b/github-runner-ami/packer/files/install-subversion.sh
@@ -19,4 +19,4 @@
 
 set -uo pipefail
 
-apt install subversion
+apt install subversion -y

Reply via email to