summaryrefslogtreecommitdiff
path: root/.expeditor
diff options
context:
space:
mode:
Diffstat (limited to '.expeditor')
-rw-r--r--.expeditor/config.yml2
-rw-r--r--.expeditor/verify.pipeline.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml
index ae7f111..62e9610 100644
--- a/.expeditor/config.yml
+++ b/.expeditor/config.yml
@@ -7,7 +7,7 @@ slack:
# This publish is triggered by the `built_in:publish_rubygems` artifact_action.
rubygems:
- ffi-yajl
- - ffi-yajl-universla-java
+ - ffi-yajl-universal-java
github:
# This deletes the GitHub PR branch after successfully merged into the release branch
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index 1445e83..06ca2f3 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -6,7 +6,7 @@ steps:
- ruby --version
- bundle --version
- gem update --system
- - bundle install --without development_extras development --jobs 3 --retry 3 --path vendor/bundle
+ - bundle install --without development_extras --jobs 3 --retry 3 --path vendor/bundle
- gem install yajl-ruby json psych
- bundle exec rake
soft_fail: