test jenkins 1
gitea/rshyn-site/pipeline/head This commit looks good

This commit is contained in:
2022-09-30 17:51:27 -07:00
parent 2fee11ebe7
commit cc5e592053
Vendored
+2 -2
View File
@@ -2,9 +2,9 @@ pipeline {
agent any agent any
stages { stages {
stage('Do nothing') { stage('Build') {
steps { steps {
sh '/bin/true' sh 'stack build'
} }
} }
} }