Skip to content

Commit

Permalink
revert interesting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
niloc132 committed Nov 27, 2024
1 parent b33cbc6 commit 80e3748
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/check-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,6 @@ jobs:
run: |
.github/scripts/gradle-properties.sh >> gradle.properties
cat gradle.properties
- name: Check out Jetty
uses: actions/checkout@v4
with:
repository: 'eclipse/jetty.project'
path: 'jetty.project'
ref: 'jetty-11.0.24'

- name: Revert vers bump, and build only what we need for our test
run: |
cd jetty.project
git revert HEAD
# git revert --no-edit 8259eab
mvn clean install -DskipTests -am -pl org.eclipse.jetty:jetty-alpn-java-server,org.eclipse.jetty:jetty-alpn-server,org.eclipse.jetty:jetty-bom,org.eclipse.jetty.http2:http2-server,org.eclipse.jetty:jetty-servlet,org.eclipse.jetty:jetty-servlets,org.eclipse.jetty:jetty-webapp,org.eclipse.jetty.websocket:websocket-jakarta-server
- name: Check
run: ./gradlew --scan --continue check

Expand Down

0 comments on commit 80e3748

Please sign in to comment.