fixes
This commit is contained in:
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@@ -9,6 +9,7 @@ pipeline {
|
||||
stages {
|
||||
stage('Checkout') {
|
||||
steps {
|
||||
sh 'rm -Rf live artifacts'
|
||||
checkout scm
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
placeholder deb artifact for sample base
|
||||
@@ -1 +0,0 @@
|
||||
nano
|
||||
@@ -2,7 +2,7 @@ from retrobuilder.model import ProfileSpec
|
||||
|
||||
PROFILE = ProfileSpec(
|
||||
base='sample-base',
|
||||
features=('sample-feature',),
|
||||
features=(),
|
||||
edition='Demo',
|
||||
description='Demonstration profile for the RetroDebian builder V2 skeleton.',
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user