Jenkins CI #2

Merged
cameron merged 14 commits from feature/jenkins-ci into master 2021-02-02 21:24:14 +00:00
Showing only changes of commit 31ca8f2125 - Show all commits

2
Jenkinsfile vendored
View File

@@ -22,8 +22,10 @@ pipeline {
}
post {
always {
sh 'rm -f .env'
}
}
}
}
}