Skip to content

Replaced autobuild workflow to fix CI #100

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 29, 2023

Conversation

GumpacG
Copy link
Collaborator

@GumpacG GumpacG commented Jun 28, 2023

Description

Replaced autobuild workflow to prevent using a specific version of codeQL. Changes from suggested solution in #96 (comment)

Check List

  • New functionality includes testing.
    • All tests pass, including unit test, integration test and doctest
  • New functionality has been documented.
    • New functionality has javadoc added
    • New functionality has user manual doc added
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Guian Gumpac <[email protected]>
# https://github.com/opensearch-project/sql-jdbc/pull/96#issuecomment-1611181743
- name: Build
run: |
./gradlew --no-daemon -S -Dorg.gradle.dependency.verification=off clean
Copy link
Collaborator

Choose a reason for hiding this comment

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

is performing a clean necessary?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Not required. Removed in fb9e0a2

@GumpacG GumpacG merged commit 5aa8c12 into opensearch-project:main Jun 29, 2023
@GumpacG GumpacG deleted the integ-remove-autobuild branch July 10, 2023 22:55
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.

6 participants