@ -2,9 +2,9 @@ pipeline {
agent any
stages {
stage('Do nothing') {
stage('Build') {
steps {
sh '/bin/true'
sh 'stack build'
}