Skip to content
Snippets Groups Projects
Commit 67368f0e authored by GitBot's avatar GitBot
Browse files

Integrate gitlab-ci/add-azure-stage

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@e6808701

Add "Deploy Azure" stage

This stage contains jobs to deploy packaged artifacts to our Azure blob
storage. The required variables `AZURE_STORAGE_ACCOUNT` and
`AZURE_STORAGE_SAS_TOKEN` are stored in the GitLab CI/CD variables.
The storage container `AZURE_CONTAINER_NAME` and artifact path
`AZURE_TARGET_FOLDER` are passed from the parent pipeline.
parent ce65109f
No related branches found
No related tags found
1 merge request!155Integrate gitlab-ci/add-azure-stage
Pipeline #76092 passed with stage
in 10 seconds
Subproject commit f8c1d732dac071905c1992f5c2f432a98d7bef75
Subproject commit e6808701407e3f72e97c3098657846cc901e5e9b
......@@ -4,9 +4,9 @@
# ---------------------------------------------------------------------------------------
include:
- project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
ref: f8c1d732dac071905c1992f5c2f432a98d7bef75
ref: e6808701407e3f72e97c3098657846cc901e5e9b
file: 'manifest-integration.yml'
variables:
GITLAB_CI_REVISION: f8c1d732dac071905c1992f5c2f432a98d7bef75
GITLAB_CI_REVISION: e6808701407e3f72e97c3098657846cc901e5e9b
BB_RECIPE_NAME: u-boot-imx
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment