Update Jenkinsfile
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -18,8 +18,6 @@ pipeline {
|
||||
// Snyk (uncomment and configure)
|
||||
// SNYK_TOKEN = credentials('snyk-token')
|
||||
|
||||
// Paths
|
||||
WORKSPACE = "${WORKSPACE}"
|
||||
}
|
||||
|
||||
stages {
|
||||
@@ -331,7 +329,7 @@ pipeline {
|
||||
pytest tests/ --tb=short
|
||||
pytest tests/test_security.py --tb=short
|
||||
supervisorctl restart openclaw
|
||||
'
|
||||
'''
|
||||
)
|
||||
]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user