Skip to content

Commit

Permalink
SCB-2205 Add Deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
coolbeevip committed Mar 15, 2021
1 parent d92d07e commit 70be4f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/asf-snapshots-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ jobs:
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- name: Deploy to ASF Snapshots Repository
run: mvn deploy -B -Ddocker.skip -DskipTests --settings .github/asf-deploy-settings.xml
run: mvn clean deploy -B -Ddocker.skip -DskipTests --settings .github/asf-deploy-settings.xml
3 changes: 2 additions & 1 deletion .github/workflows/master-pr-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ name: master pr build

on:
pull_request:
- master
branches:
- master

env:
MAVEN_OPTS: -Xmx4g -Xms1g -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.http.retryHandler.count=3
Expand Down

0 comments on commit 70be4f2

Please sign in to comment.