mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-27 12:08:58 +00:00
Merge pull request #603 from kata-containers/azure-obs-ci
ci: Add intial pipeline to test OBS package generation
This commit is contained in:
commit
639c432a88
19
.ci/azure/pipelines/obs-packaging-ci.yml
Normal file
19
.ci/azure/pipelines/obs-packaging-ci.yml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
#
|
||||||
|
# Copyright (c) 2019 Intel Corporation
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
#
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
- master
|
||||||
|
|
||||||
|
pool:
|
||||||
|
vmImage: 'ubuntu-latest'
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- script: echo setup
|
||||||
|
displayName: 'setup CI'
|
||||||
|
|
||||||
|
- script: |
|
||||||
|
echo This is an initial CI job
|
||||||
|
displayName: 'Run CI'
|
Loading…
Reference in New Issue
Block a user