Skip to content

Commit

Permalink
[8.12] [EDR Workflows] Remove apt-get upgrade from vagrantfile (#175864
Browse files Browse the repository at this point in the history
…) (#175873)

# Backport

This will backport the following commits from `main` to `8.12`:
- [[EDR Workflows] Remove apt-get upgrade from vagrantfile
(#175864)](#175864)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Tomasz
Ciecierski","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-01-30T10:59:44Z","message":"[EDR
Workflows] Remove apt-get upgrade from vagrantfile
(#175864)","sha":"54249858866d401770c988e6932ca870e5f9598f","branchLabelMapping":{"^v8.13.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Defend
Workflows","v8.12.1","v8.13.0"],"title":"[EDR Workflows] Remove apt-get
upgrade from
vagrantfile","number":175864,"url":"https://github.com/elastic/kibana/pull/175864","mergeCommit":{"message":"[EDR
Workflows] Remove apt-get upgrade from vagrantfile
(#175864)","sha":"54249858866d401770c988e6932ca870e5f9598f"}},"sourceBranch":"main","suggestedTargetBranches":["8.12"],"targetPullRequestStates":[{"branch":"8.12","label":"v8.12.1","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.13.0","branchLabelMappingKey":"^v8.13.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/175864","number":175864,"mergeCommit":{"message":"[EDR
Workflows] Remove apt-get upgrade from vagrantfile
(#175864)","sha":"54249858866d401770c988e6932ca870e5f9598f"}}]}]
BACKPORT-->

Co-authored-by: Tomasz Ciecierski <[email protected]>
  • Loading branch information
kibanamachine and tomsonpl authored Jan 30, 2024
1 parent cf8d3ce commit c42dd98
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,5 @@ Vagrant.configure("2") do |config|
config.vm.provision "shell", inline: "mkdir #{agentDestinationFolder}"
config.vm.provision "shell", inline: "tar -zxf #{cachedAgentFilename} --directory #{agentDestinationFolder} --strip-components=1 && rm -f #{cachedAgentFilename}"
config.vm.provision "shell", inline: "sudo apt-get update"
config.vm.provision "shell", inline: "sudo apt-get upgrade"
config.vm.provision "shell", inline: "sudo apt-get install unzip"
end

0 comments on commit c42dd98

Please sign in to comment.