Vendored
+2
-2
@@ -2,9 +2,9 @@ pipeline {
|
|||||||
agent any
|
agent any
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage('Do nothing') {
|
stage('Build') {
|
||||||
steps {
|
steps {
|
||||||
sh '/bin/true'
|
sh 'stack build'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user