Skip to content

Commit 63c72e7

Browse files
committed
ci: azure-rpi: Add Linux_CI variable group and fix Cloudsmith upload
Add variables section with Linux_CI group to access shared pipeline secrets. Split Cloudsmith upload step for proper directory handling. Signed-off-by: Liviu Tomoiaga <Liviu.Tomoiaga@analog.com>
1 parent ad8a6d8 commit 63c72e7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

azure-pipelines-rpi.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
variables:
2+
- group: Linux_CI
3+
14
trigger:
25
- rpi-6.1.y
36
- rpi-6.6.y
@@ -143,7 +146,9 @@ stages:
143146
- task: DownloadPipelineArtifact@2
144147
inputs:
145148
path: $(Build.SourcesDirectory)/bin
146-
- bash: $(Build.SourcesDirectory)/linux/ci/travis/prepare_artifacts_rpi.sh cloudsmith
149+
- bash: |
150+
cd $(Build.SourcesDirectory)/linux
151+
./ci/travis/prepare_artifacts_rpi.sh cloudsmith
147152
env:
148153
CLOUDSMITH_API_KEY: $(CLOUDSMITH_API_KEY)
149154
displayName: "Push to Cloudsmith"

0 commit comments

Comments
 (0)