-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9ecf6e3
commit c1592b6
Showing
1 changed file
with
0 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,9 +22,6 @@ jobs: | |
- '3.0 redmine/[email protected]' | ||
- '2.7 redmine/[email protected]' | ||
- '2.6 redmine/[email protected]' | ||
- '2.6 redmine/[email protected]' | ||
- '2.6 redmine/[email protected]' | ||
- '2.5 redmine/[email protected]' | ||
experimental: [false] | ||
include: | ||
- mat_env: '3.3 redmica/redmica@master' | ||
|
@@ -73,13 +70,6 @@ jobs: | |
restore-keys: | | ||
${{ runner.os }}-gems- | ||
- name: uninitialized constant Nokogiri::HTML4 Issue HACK ref. https://qiita.com/Mattani/items/c4bcc95a72b69d1c0489 | ||
uses: DamianReeves/[email protected] | ||
with: | ||
path: ./redmine/Gemfile.local | ||
contents: | | ||
gem 'loofah', '~> 2.20.0' | ||
if: contains(fromJSON('["2.6 redmine/[email protected]", "2.6 redmine/[email protected]", "2.5 redmine/[email protected]"]'), matrix.mat_env) | ||
- name: "'LoadError: cannot load such file -- blankslate' Issue HACK ref. https://www.redmine.org/issues/40802#note-11" | ||
uses: DamianReeves/[email protected] | ||
with: | ||
|