Fixed typo in steam name
All checks were successful
LXC-ImageBuilder/Centos/pipeline/head This commit looks good

This commit is contained in:
2021-02-21 22:56:44 +01:00
parent 9a8b7feda5
commit 6963d705ca

2
Jenkinsfile vendored
View File

@@ -1,4 +1,4 @@
String[] ImgReleaseList = ['8', '8-Steam']
String[] ImgReleaseList = ['8', '8-Stream']
String[] ImgVariantList = ['Default-minmal', 'Default-default']
pipeline {