Skip to content
Snippets Groups Projects
Commit f2d4686a 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 22c0b275
No related branches found
No related tags found
1 merge request!74Integrate gitlab-ci/add-azure-stage
Subproject commit f8c1d732dac071905c1992f5c2f432a98d7bef75 Subproject commit e6808701407e3f72e97c3098657846cc901e5e9b
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
# --------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------
include: include:
- project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci' - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
ref: f8c1d732dac071905c1992f5c2f432a98d7bef75 ref: e6808701407e3f72e97c3098657846cc901e5e9b
file: 'manifest-integration.yml' file: 'manifest-integration.yml'
variables: variables:
GITLAB_CI_REVISION: f8c1d732dac071905c1992f5c2f432a98d7bef75 GITLAB_CI_REVISION: e6808701407e3f72e97c3098657846cc901e5e9b
BB_RECIPE_NAME: qt-multi-screen-compositor BB_RECIPE_NAME: qt-multi-screen-compositor
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