Skip to content

Commit 11920e2

Browse files
authored
Merge branch 'main' into tba-draft
2 parents 2c0bfec + a38c837 commit 11920e2

File tree

2 files changed

+0
-72
lines changed

2 files changed

+0
-72
lines changed

.github/workflows/entraid_snapshot.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@
1919
working-directory: ./entraid
2020
steps:
2121
- uses: actions/checkout@v2
22-
# - name: Checkout Jedis repository (tba_draft branch)
23-
# uses: actions/checkout@v2
24-
# with:
25-
# repository: atakavci/jedis # Replace with the actual jedis repository URL
26-
# ref: ali/authx2
27-
# path: jedis # Check out into a subdirectory named `jedis` so it's isolated
2822

2923
- name: Set up publishing to maven central
3024
uses: actions/setup-java@v2
@@ -50,15 +44,6 @@
5044
run: |
5145
mvn clean install -DskipTests # Skip tests for faster builds, but you can remove the flag if needed
5246
working-directory: ./core
53-
54-
# - name: Maven offline-jedis
55-
# run: |
56-
# mvn -q dependency:go-offline
57-
# working-directory: ./jedis
58-
# - name: Build and install Jedis supports TBA into local repo
59-
# run: |
60-
# mvn clean install -DskipTests # Skip tests for faster builds, but you can remove the flag if needed
61-
# working-directory: ./jedis
6247

6348
- name: Maven offline
6449
run: |

.github/workflows/integration.yml

Lines changed: 0 additions & 57 deletions
This file was deleted.

0 commit comments

Comments
 (0)