Skip to content

Commit

Permalink
Update and rename to HDDS-9486-1.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mladjan-gadzic committed Jan 16, 2024
1 parent 0270aa7 commit d5b6e7f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/HDDS-9486-1.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: HDDS-9484-1
name: HDDS-9486-1
on:
schedule:
- cron: '*/30 * * * *'
env:
MAVEN_OPTS: -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.http.retryHandler.class=standard -Dmaven.wagon.http.retryHandler.count=3
jobs:
HDDS-9484-1:
name: HDDS-9484-1
HDDS-9486-1:
name: HDDS-9486-1
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
ref: HDDS-9484-1
ref: HDDS-9486-1
- name: Cache for maven dependencies
uses: actions/cache@v2
with:
Expand All @@ -32,7 +32,7 @@ jobs:
uses: actions/upload-artifact@v2
if: always()
with:
name: HDDS-9484-1
name: HDDS-9486-1
path: target/integration
- name: Delete temporary build artifacts before caching
run: |
Expand Down

0 comments on commit d5b6e7f

Please sign in to comment.