Skip to content
Snippets Groups Projects
Unverified Commit df55130f authored by Craig Gumbley's avatar Craig Gumbley Committed by GitHub
Browse files

Add x64_mingw support for puppet_litmus

This had previously been removed during the migration away from puppet_module_gems.

This commit re-adds the platform support for x64_mingw.
parent 0bbd7f12
No related branches found
No related tags found
No related merge requests found
...@@ -614,7 +614,9 @@ Gemfile: ...@@ -614,7 +614,9 @@ Gemfile:
':system_tests': ':system_tests':
- gem: 'puppet_litmus' - gem: 'puppet_litmus'
version: '< 1.0.0' version: '< 1.0.0'
platforms: ruby platforms:
- ruby
- x64_mingw
- gem: 'serverspec' - gem: 'serverspec'
version: '~> 2.41' version: '~> 2.41'
.gitlab-ci.yml: .gitlab-ci.yml:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment