We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac8bbea commit c4166e0Copy full SHA for c4166e0
ci/cloudrunners/oci/main.go
@@ -161,7 +161,6 @@ func run(cmd *cobra.Command, argv []string) error {
161
"sudo setfacl -m u:ubuntu:rw /var/run/docker.sock",
162
"sudo sysctl fs.inotify.max_user_instances=1280",
163
"sudo sysctl fs.inotify.max_user_watches=655360",
164
- "sudo snap install oracle-cloud-agent --classic",
165
"export PATH=$PATH:/home/ubuntu/.local/bin && export HOME=/home/ubuntu && export NVM_DIR=/home/ubuntu/.nvm && bash -x /home/ubuntu/run.sh --jitconfig \"${ACTIONS_RUNNER_INPUT_JITCONFIG}\"",
166
}
167
0 commit comments