fix daily yml (#12751)

I was a bit too enthusiastic and merged before running.

CHANGELOG_BEGIN
CHANGELOG_END
This commit is contained in:
Gary Verhaegen 2022-02-03 20:37:11 +01:00 committed by GitHub
parent 7137b46543
commit 8033b36509
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View File

@ -39,5 +39,7 @@ jobs:
setvar split_release_process true
setvar scala_2_13 true
name: out
- template: ci/build.yml
- template: ci/split-release-job.yml
- template: build.yml
- template: split-release-job.yml
- job: release
condition: false

View File

@ -22,7 +22,7 @@ jobs:
set -euo pipefail
git checkout $(release_sha)
name: checkout_release
- template: ci/bash-lib.yml
- template: bash-lib.yml
parameters:
var_name: bash-lib
- task: DownloadPipelineArtifact@0
@ -85,7 +85,7 @@ jobs:
./ci/publish-artifactory.sh $(Build.StagingDirectory) $(release_tag) split
env:
AUTH: $(ARTIFACTORY_USERNAME):$(ARTIFACTORY_PASSWORD)
- template: ci/tell-slack-failed.yml
- template: tell-slack-failed.yml
parameters:
trigger_sha: '$(trigger_sha)'