Skip to content

Commit

Permalink
No longer necessary to authenticate against the Cloudsmith registry
Browse files Browse the repository at this point in the history
  • Loading branch information
josephcummings committed Apr 26, 2024
1 parent a9120aa commit 4b67ef3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 25 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,4 @@ jobs:

uses: ./.github/workflows/tests.yml
with:
esdb_version: ${{ matrix.version }}
secrets: inherit
esdb_version: ${{ matrix.version }}
3 changes: 1 addition & 2 deletions .github/workflows/test-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ jobs:
name: Test
uses: ./.github/workflows/tests.yml
with:
esdb_version: ${{ inputs.version }}
secrets: inherit
esdb_version: ${{ inputs.version }}
21 changes: 0 additions & 21 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,6 @@ jobs:
with:
gradle-version: 7.4

- name: Login to Cloudsmith
uses: docker/login-action@v3
with:
registry: docker.eventstore.com
username: ${{ secrets.CLOUDSMITH_CICD_USER }}
password: ${{ secrets.CLOUDSMITH_CICD_TOKEN }}

- name: Execute Gradle build
run: ./gradlew ci --tests ${{ matrix.test }}Tests
env:
Expand All @@ -62,13 +55,6 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Login to Cloudsmith
uses: docker/login-action@v3
with:
registry: docker.eventstore.com
username: ${{ secrets.CLOUDSMITH_CICD_USER }}
password: ${{ secrets.CLOUDSMITH_CICD_TOKEN }}

- name: Generate certificates
run: docker-compose --file configure-tls-for-tests.yml up

Expand Down Expand Up @@ -107,13 +93,6 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Login to Cloudsmith
uses: docker/login-action@v3
with:
registry: docker.eventstore.com
username: ${{ secrets.CLOUDSMITH_CICD_USER }}
password: ${{ secrets.CLOUDSMITH_CICD_TOKEN }}

- name: Set up cluster with Docker Compose
run: docker-compose up -d
env:
Expand Down

0 comments on commit 4b67ef3

Please sign in to comment.