Skip to content

Conversation

7908837174
Copy link
Contributor

  • Remove duplicate directory creation
  • Remove deprecated bundle flags
  • Cleanup CI workflows
  • Add specification_source to extensions
  • Fix schema and YAML files

- Remove duplicate directory creation
- Remove deprecated bundle flags
- Cleanup CI workflows
- Add specification_source to extensions
- Fix schema and YAML files

Co-authored-by: 7908837174 <[email protected]>
- Added Ruby environment setup using ruby/setup-ruby@v1
- Configured bundler to use vendor/bundle path
- Added proper dependency installation steps
- Fixed CI failures related to Ruby gems
Comment on lines 19 to 23
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
bundler-cache: true
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

duplicated code

Comment on lines 71 to 73
if [ -e ${CONTAINER_PATH} ]; then
rm -f ${CONTAINER_PATH}
fi
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
if [ -e ${CONTAINER_PATH} ]; then
rm -f ${CONTAINER_PATH}
fi
rm -f ${CONTAINER_PATH}

Might as well collapse this, too?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants