fixes
This commit is contained in:
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@@ -9,6 +9,7 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('Checkout') {
|
stage('Checkout') {
|
||||||
steps {
|
steps {
|
||||||
|
sh 'rm -Rf live artifacts'
|
||||||
checkout scm
|
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(
|
PROFILE = ProfileSpec(
|
||||||
base='sample-base',
|
base='sample-base',
|
||||||
features=('sample-feature',),
|
features=(),
|
||||||
edition='Demo',
|
edition='Demo',
|
||||||
description='Demonstration profile for the RetroDebian builder V2 skeleton.',
|
description='Demonstration profile for the RetroDebian builder V2 skeleton.',
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user