Revert "Build windows in scheduled tasks"

This reverts commit 44ca708e12.
pull/593/head
elsid 4 years ago
parent 2af40a1e13
commit 0ac3f09fe0
No known key found for this signature in database
GPG Key ID: D27B8E8D10A2896B

@ -185,6 +185,8 @@ variables: &cs-targets
- choco install python -y - choco install python -y
- refreshenv - refreshenv
stage: build stage: build
rules:
- if: '$CI_PIPELINE_SOURCE != "schedule"'
script: script:
- $time = (Get-Date -Format "HH:mm:ss") - $time = (Get-Date -Format "HH:mm:ss")
- echo ${time} - echo ${time}

Loading…
Cancel
Save