Skip to content

Commit

Permalink
(SIMP-6922) concat pinned to wrong version in fixtures (#79)
Browse files Browse the repository at this point in the history
SIMP-6922 #comment pupmod-simp-sssd
  • Loading branch information
lnemsick-simp authored and trevor-vaughan committed Aug 6, 2019
1 parent 62cadca commit f4b2e9c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 1 addition & 5 deletions .fixtures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@ fixtures:
augeasproviders_core: https://github.com/simp/augeasproviders_core
augeasproviders_grub: https://github.com/simp/augeasproviders_grub
compliance_markup: https://github.com/simp/pupmod-simp-compliance_markup
concat:
# master is beyond 4.1.1, but has breaking changes to
# how fragments are ordered (MODULES-6625)
repo: https://github.com/simp/puppetlabs-concat
ref: 4.1.1
concat: https://github.com/simp/puppetlabs-concat
logrotate: https://github.com/simp/pupmod-simp-logrotate
pki: https://github.com/simp/pupmod-simp-pki
rsyslog: https://github.com/simp/pupmod-simp-rsyslog
Expand Down
4 changes: 4 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ variables:
stage: 'validation'
tags: ['docker']
<<: *setup_bundler_env
# Temporarily we are allowing unit tests to fail in GitLab.
# The tests successfully run in TravisCI, but have issues with the docker
# containers provided by GitLab.
allow_failure: true
script:
- 'bundle exec rake spec'

Expand Down

0 comments on commit f4b2e9c

Please sign in to comment.