Commit Graph

2 Commits

Author SHA1 Message Date
Abhilash Raj
a6d2792ee1 Iterate over commits until we find something that passed CI (#494)
* Iterate over commits until we find something that passed CI

* Fix a bug
2021-08-25 04:27:50 -07:00
Abhilash Raj
3434446987 Create rolling releases using the Gitlab API. (#171)
* Create rolling releases using the Gitlab API.

This commit builds rolling releases of Container images using the latest commit
on master branch if the pipeline passed for it. The script which gets the
references is still un-tested and should be tested.

The latest commit hashes are passed as arguments to the Dockerfile, which is
then used by PIP to install the specific version of the dependency.
2017-11-03 18:43:59 -07:00