1
0
Fork 0

no jenkins for now

master
Rostyslav Hnatyshyn 2 years ago
parent cc5e592053
commit e16d917f39
  1. 11
      Jenkinsfile

11
Jenkinsfile vendored

@ -1,11 +0,0 @@
pipeline {
agent any
stages {
stage('Build') {
steps {
sh 'stack build'
}
}
}
}
Loading…
Cancel
Save