Merge pull request #603 from kata-containers/azure-obs-ci

ci: Add intial pipeline to test OBS package generation
This commit is contained in:
Jose Carlos Venegas Munoz 2019-06-24 16:06:17 -05:00 committed by GitHub
commit 639c432a88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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'