Skip to content

Commit 49418e6

Browse files
committed
remove jedis build from enraid_snapshot
1 parent 7a5adbe commit 49418e6

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/workflows/entraid_snapshot.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
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
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
2828

2929
- name: Set up publishing to maven central
3030
uses: actions/setup-java@v2
@@ -51,22 +51,22 @@
5151
mvn clean install -DskipTests # Skip tests for faster builds, but you can remove the flag if needed
5252
working-directory: ./core
5353

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
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
6262

6363
- name: Maven offline
6464
run: |
6565
mvn -q dependency:go-offline
6666
- name: deploy
6767
run: |
6868
mvn --no-transfer-progress \
69-
-DskipTests deploy
69+
-DskipTests -Dmaven.test.skip=true deploy
7070
env:
7171
MAVEN_USERNAME: ${{secrets.OSSH_USERNAME}}
7272
MAVEN_PASSWORD: ${{secrets.OSSH_TOKEN}}

0 commit comments

Comments
 (0)