Skip to content

Commit

Permalink
Remove APAC SC from release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sceiler committed Aug 4, 2023
1 parent 023c133 commit c1a361e
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
releaseversion:
description: 'Release version'
required: true
default: '2.0.0'
default: '2.1.0'

permissions:
contents: write
Expand Down Expand Up @@ -50,14 +50,6 @@ jobs:
tunnelName: github-action-tunnel-eu-central
configFile: ${{ github.workspace }}/src/test/resources/sauce-connect-config-eu-central.yaml

- name: Setup Sauce Connect APAC-Southeast
uses: saucelabs/sauce-connect-action@v2
with:
username: ${{ secrets.SAUCE_USERNAME }}
accessKey: ${{ secrets.SAUCE_ACCESS_KEY }}
tunnelName: github-action-tunnel-apac-southeast
configFile: ${{ github.workspace }}/src/test/resources/sauce-connect-config-apac-southeast.yaml

- name: Build with Maven
run: mvn clean install -Dgpg.skip -B -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -V

Expand Down

0 comments on commit c1a361e

Please sign in to comment.