From 6f3a1c44f30c0f3994cf9aa5a9114e54c93e894f Mon Sep 17 00:00:00 2001 From: Nikhil Malik Date: Wed, 11 Sep 2024 22:46:24 +0900 Subject: [PATCH] gh-87 : Chore - removed tmp files --- cicd/sctpmh-seagull/.vagrant/bundler/global.sol | 1 - cicd/sctpmh-seagull/.vagrant/rgloader/loader.rb | 9 --------- 2 files changed, 10 deletions(-) delete mode 100644 cicd/sctpmh-seagull/.vagrant/bundler/global.sol delete mode 100644 cicd/sctpmh-seagull/.vagrant/rgloader/loader.rb diff --git a/cicd/sctpmh-seagull/.vagrant/bundler/global.sol b/cicd/sctpmh-seagull/.vagrant/bundler/global.sol deleted file mode 100644 index 072d3ec9..00000000 --- a/cicd/sctpmh-seagull/.vagrant/bundler/global.sol +++ /dev/null @@ -1 +0,0 @@ -{"dependencies":[["vagrant-disksize",["= 0.1.3"]],["net-ssh",[">= 2.6.5","< 8.0.0"]],["net-scp",[">= 1.1"]],["log4r",["~> 1.1"]],["vagrant-scp",["= 0.5.9"]]],"checksum":"d41cdc087dc2595e62da764647bfcacc91965875ce15159c44cdee684a184f69","vagrant_version":"2.3.7"} \ No newline at end of file diff --git a/cicd/sctpmh-seagull/.vagrant/rgloader/loader.rb b/cicd/sctpmh-seagull/.vagrant/rgloader/loader.rb deleted file mode 100644 index c3c05b09..00000000 --- a/cicd/sctpmh-seagull/.vagrant/rgloader/loader.rb +++ /dev/null @@ -1,9 +0,0 @@ -# This file loads the proper rgloader/loader.rb file that comes packaged -# with Vagrant so that encoded files can properly run with Vagrant. - -if ENV["VAGRANT_INSTALLER_EMBEDDED_DIR"] - require File.expand_path( - "rgloader/loader", ENV["VAGRANT_INSTALLER_EMBEDDED_DIR"]) -else - raise "Encoded files can't be read outside of the Vagrant installer." -end