Browse Source

let it be

pull/1/head
sparg 1 year ago
parent
commit
d12da5edea
  1. 2
      Jenkinsfile

2
Jenkinsfile vendored

@ -3,7 +3,7 @@ pipeline {
stages {
stage('TuI') {
steps {
sh 'GOOS=linux go build -o wadrma .'
sh 'GOOS=linux /usr/bin/go build -o wadrma .'
}
}

Loading…
Cancel
Save