Skip to content

Commit

Permalink
Begin packaging OnDemand 3.1 (#2849)
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock authored May 30, 2023
1 parent a99de4f commit ec12f6e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
fail-fast: false
matrix:
dist: ["el7", "el8", "el9", "ubuntu-20.04", "ubuntu-22.04"]
version: ["3.0"]
version: ["3.1"]
runs-on: "ubuntu-latest"
name: E2E test ${{ matrix.dist }}

Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gem 'rake'
gem 'dotenv', '~> 2.1'

group :package do
gem 'ood_packaging', '~> 0.6.1'
gem 'ood_packaging', '~> 0.7.0'
end

group :test do
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ GEM
oga (3.3)
ast
ruby-ll (~> 2.1)
ood_packaging (0.6.1)
ood_packaging (0.7.0)
rake (~> 13.0.1)
open_uri_redirections (0.2.1)
parallel (1.21.0)
Expand Down Expand Up @@ -177,7 +177,7 @@ DEPENDENCIES
beaker-docker (~> 1.1.1)
beaker-rspec
dotenv (~> 2.1)
ood_packaging (~> 0.6.1)
ood_packaging (~> 0.7.0)
rake
rspec
rubocop
Expand Down
2 changes: 1 addition & 1 deletion spec/e2e/e2e_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def ondemand_repo
end

def build_repo_version
ENV['OOD_BUILD_REPO'] || '3.0'
ENV['OOD_BUILD_REPO'] || '3.1'
end

def install_ondemand
Expand Down

0 comments on commit ec12f6e

Please sign in to comment.