mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
remove env block
This commit is contained in:
parent
352a8d3f19
commit
a8f40a4fda
1 changed files with 0 additions and 2 deletions
2
services/docstore/Jenkinsfile
vendored
2
services/docstore/Jenkinsfile
vendored
|
@ -3,8 +3,6 @@ String cron_string = BRANCH_NAME == "master" ? "@daily" : ""
|
|||
pipeline {
|
||||
agent any
|
||||
|
||||
environment {}
|
||||
|
||||
triggers {
|
||||
pollSCM('* * * * *')
|
||||
cron(cron_string)
|
||||
|
|
Loading…
Reference in a new issue