feature/jenkinsfile
github notify
This commit is contained in:
parent
a9e9428194
commit
1679d963df
1 changed files with 0 additions and 3 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -14,9 +14,6 @@ pipeline{
|
|||
}
|
||||
}
|
||||
steps {
|
||||
// checkout scm
|
||||
// env.COMMIT_HASH = sh(returnStdout: true, script: 'git rev-parse HEAD').trim()
|
||||
sh "git rev-parse HEAD"
|
||||
sh 'python -m py_compile sources/add2vals.py sources/calc.py'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue