-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUILD-5722 parent parent oss schedule nightly builds (#191)
BUILD-5722 Use up-to-date version of cirrus-modules BUILD-5722 Enable nightly builds - That way we know day after day if the CI is working properly (ease maintenance)
- Loading branch information
1 parent
75d3246
commit 8f620d5
Showing
2 changed files
with
11 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
load("github.com/SonarSource/cirrus-modules@v2", "load_features") | ||
load("github.com/SonarSource/cirrus-modules@b1f898b04170567791e1fd75f691f0266aab60af", "load_features") # 3.0.4 | ||
|
||
def main(ctx): | ||
return load_features(ctx) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters