Skip to content

Commit

Permalink
Addressed some of David's findings, and added a CD workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Liang committed Nov 21, 2024
1 parent eec1c92 commit 0b5767b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 69 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/cd.yml

This file was deleted.

38 changes: 0 additions & 38 deletions .github/workflows/ci.yml

This file was deleted.

5 changes: 5 additions & 0 deletions ruby/cfe_gotoh.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,9 @@ Gem::Specification.new do |s|
"David Rickett",
"Richard Liang"
]
# Associate this gem with a GitHub repo; this allows the gems to be
# automatically associated with the repo when pushed to GitHub Packages.
s.metadata = {
"github_repo" => "ssh://github.com/cfe-lab/gotoh"
}
end
3 changes: 0 additions & 3 deletions ruby/test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
require 'minitest/autorun'
require 'minitest/reporters'

# if ENV['CI_COMMIT_REF']
# run_id = ENV['CI_COMMIT_REF']
# elsif ENV["CI"]
if ENV['CI_COMMIT_REF']
run_id = "#{ENV['CI_COMMIT_REF']} #{ENV['CI_PIPELINE_ID']}-#{ENV['CI_COMMIT_SHA']}"
else
Expand Down

0 comments on commit 0b5767b

Please sign in to comment.