Skip to content

Commit 9297a71

Browse files
Adding ssg repo
Signed-off-by: paragchak-sumo <[email protected]>
1 parent 14c2ea1 commit 9297a71

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

spec/spec_helper_acceptance.rb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22
require 'beaker-puppet'
33
require 'beaker/module_install_helper'
44
require 'beaker/puppet_install_helper'
5-
require 'simp/beaker_helpers'
65

6+
# Set environment variable to work around SSG offline issue
7+
ENV['BEAKER_ssg_repo'] = 'https://github.com/ComplianceAsCode/content.git'
8+
9+
require 'simp/beaker_helpers'
710
include Simp::BeakerHelpers
811
run_puppet_install_helper
912
install_module

0 commit comments

Comments
 (0)