Skip to content

Commit

Permalink
Bundle pristine everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed Dec 8, 2021
1 parent 01387b5 commit 20a4a52
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-tutsli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
bundle install --jobs 4 --retry 3
pip install -r requirements.txt
npm install
bundle pristine ffi
# END Dependencies

- name: Check Citations
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-yaml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
bundle install --jobs 4 --retry 3
pip install -r requirements.txt
npm install
bundle pristine ffi
# END Dependencies

- name: Check Frontmatter
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
bundle install --jobs 4 --retry 3
pip install -r requirements.txt
npm install
bundle pristine ffi
# END Dependencies

- name: Build Site
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
gem install bundler
bundle config path vendor/bundle
bundle install --jobs 4 --retry 3
bundle pristine ffi
# END Dependencies

- name: Send announcements to matrix
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/monthly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
bundle install --jobs 4 --retry 3
pip install -r requirements.txt
npm install
bundle pristine ffi
# END Dependencies

- name: Configure AWS credentials from GTN account
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/video-dry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
bundle install --jobs 4 --retry 3
pip install -r requirements.txt
npm install
bundle pristine ffi
# END Dependencies
#

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/video.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
bundle install --jobs 4 --retry 3
pip install -r requirements.txt
npm install
bundle pristine ffi
# END Dependencies

- name: Install rendering stuff
Expand Down

0 comments on commit 20a4a52

Please sign in to comment.