Skip to content

Commit 4f2813d

Browse files
author
Corneil du Plessis
committed
[CI] Disable Testcontainer cloud.
1 parent 1c3f0b6 commit 4f2813d

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.github/workflows/build-snapshot-worker.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
with:
2626
maven-version: 3.8.8
2727
maven-mirror: 'https://dlcdn.apache.org/maven/maven-3/'
28-
- name: Setup Testcontainers Cloud Client
29-
uses: atomicjar/testcontainers-cloud-setup-action@v1
30-
with:
31-
token: ${{ secrets.TC_CLOUD_TOKEN_SCDF }}
28+
# - name: Setup Testcontainers Cloud Client
29+
# uses: atomicjar/testcontainers-cloud-setup-action@v1
30+
# with:
31+
# token: ${{ secrets.TC_CLOUD_TOKEN_SCDF }}
3232
- uses: jfrog/setup-jfrog-cli@v1
3333
with:
3434
version: 1.46.4

.github/workflows/ci-it-db.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
with:
2525
maven-version: 3.8.8
2626
maven-mirror: 'https://dlcdn.apache.org/maven/maven-3/'
27-
- name: Setup Testcontainers Cloud Client
28-
uses: atomicjar/testcontainers-cloud-setup-action@v1
29-
with:
30-
token: ${{ secrets.TC_CLOUD_TOKEN_SCDF }}
27+
# - name: Setup Testcontainers Cloud Client
28+
# uses: atomicjar/testcontainers-cloud-setup-action@v1
29+
# with:
30+
# token: ${{ secrets.TC_CLOUD_TOKEN_SCDF }}
3131
- name: Login dockerhub
3232
uses: docker/login-action@v3
3333
with:

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ jobs:
4343
version: 1.46.4
4444
env:
4545
JF_ARTIFACTORY_SPRING: ${{ secrets.JF_ARTIFACTORY_SPRING }}
46-
- name: Setup Testcontainers Cloud Client
47-
uses: atomicjar/testcontainers-cloud-setup-action@v1
48-
with:
49-
token: ${{ secrets.TC_CLOUD_TOKEN_SCDF }}
46+
# - name: Setup Testcontainers Cloud Client
47+
# uses: atomicjar/testcontainers-cloud-setup-action@v1
48+
# with:
49+
# token: ${{ secrets.TC_CLOUD_TOKEN_SCDF }}
5050
- name: Login dockerhub
5151
uses: docker/login-action@v3
5252
with:

0 commit comments

Comments
 (0)