StackStorm / st2sdk

This repository contains different utilities and tools which help with the StackStorm integration pack development.
Apache License 2.0
10 stars 11 forks source link

Add nightly Circle CI build task #26

Closed Kami closed 5 years ago

Kami commented 5 years ago

This pull request adds a nightly builder for the master branch.

Over the years we had a lot of issues related to upstream or other changes which were not directly related to changes to this repo and were only caught when we started the release process.

By having a nightly builder we will hopefully catch and be able to fix such issues earlier so they don't pile all up during the release time when build jobs are triggered.

NOTE: We could also add such builder for the version branch, but this would get complicated since it's not trivial to retrieve latest version and we can't just trigger builds for all the existing versions.