Skip to content

Commit 4006321

Browse files
committed
chore(cicd): use a non branch version for test artifact
1 parent c88a7b1 commit 4006321

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
resultsGlob: build/allure-results
7979
bucket: internal-kestra-host
8080
baseUrl: "https://internal.kestra.io"
81-
prefix: ${{ format('{0}/{1}/{2}', github.repository, env.GITHUB_HEAD_REF_SLUG != '' && env.GITHUB_HEAD_REF_SLUG || github.ref_name, 'allure/java') }}
81+
prefix: ${{ format('{0}/{1}', github.repository, 'allure/java') }}
8282
copyLatest: true
8383
ignoreMissingResults: true
8484

@@ -90,7 +90,7 @@ jobs:
9090
- name: 'Copy jacoco files'
9191
if: ${{ env.GOOGLE_SERVICE_ACCOUNT != 0 }}
9292
run: |
93-
gsutil -m rsync -d -r build/reports/jacoco/test/ gs://internal-kestra-host/${{ format('{0}/{1}/{2}', github.repository, env.GITHUB_HEAD_REF_SLUG != '' && env.GITHUB_HEAD_REF_SLUG || github.ref_name, 'jacoco') }}
93+
gsutil -m rsync -d -r build/reports/jacoco/test/ gs://internal-kestra-host/${{ format('{0}/{1}', github.repository, 'jacoco') }}
9494
9595
# Publish
9696
- name: Publish package to Sonatype

0 commit comments

Comments
 (0)