Fixed build command.

このコミットが含まれているのは:
Achim D. Brucker 2020-12-19 20:22:43 +00:00
コミット 7a61fa0ba1
1個のファイルの変更1行の追加1行の削除

2
.ci/Jenkinsfile vendored
ファイルの表示

@ -3,7 +3,7 @@ pipeline {
stages {
stage('Build') {
steps {
sh 'docker run -v $PWD/Core_DOM:/Core_DOM logicalhacking:isabelle2020 isabelle build -D /Core_SC_DOM-devel'
sh 'docker run -v $PWD/Core_DOM:/Core_DOM logicalhacking:isabelle2020 isabelle build -D /Core_SC_DOM'
}
}
}