Skip to content

Commit

Permalink
[devtools] sync configs
Browse files Browse the repository at this point in the history
  • Loading branch information
dry-bot committed Jan 23, 2020
1 parent e24444f commit 3c237f9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
ruby-version: ${{matrix.ruby}}
- name: Install latest bundler
run: |
gem install bundler
gem install bundler --no-document
bundle config set without 'tools benchmarks docs'
- name: Bundle install
run: bundle install --jobs 4 --retry 3
Expand All @@ -66,7 +66,7 @@ jobs:
with:
ruby-version: 2.6
- name: Install dependencies
run: gem install ossy
run: gem install ossy --no-document
- name: Trigger release workflow
run: |
tag=$(echo $GITHUB_REF | cut -d / -f 3)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docsite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
git config --local user.email "dry-bot@dry-rb.org"
git config --local user.name "dry-bot"
- name: Install dependencies
run: gem install ossy
run: gem install ossy --no-document
- name: Update release branches
run: |
branches=`git log --format=%B -n 1 $GITHUB_SHA | grep "docsite:release-" || echo "nothing"`
Expand Down
8 changes: 2 additions & 6 deletions .github/workflows/sync_configs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,8 @@ jobs:
uses: eregon/use-ruby-action@master
with:
ruby-version: 2.6
- name: Install latest bundler
run: |
gem install bundler
bundle config set without 'test tools benchmarks docs'
- name: Install dependencies
run: gem install ossy
run: gem install ossy --no-document
- name: Compile file templates
run: tmp/devtools/bin/compile-templates $GITHUB_REPOSITORY
- name: Update workflow files from devtools
Expand All @@ -50,7 +46,7 @@ jobs:
- name: Commit
run: |
git add -A
git commit -m "[devtools] sync configs" || echo "nothing to commit"
git commit -m "[devtools] sync" || echo "nothing to commit"
- name: Push changes
run: |
git pull --rebase origin master
Expand Down

0 comments on commit 3c237f9

Please sign in to comment.