File tree 6 files changed +308
-134
lines changed
6 files changed +308
-134
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ github : [cytopia]
3
+ patreon : devilbox
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ name: nightly
10
10
# When to run
11
11
# -------------------------------------------------------------------------------------------------
12
12
on :
13
- # Runs daily
13
+ # Every Sunday at 8pm UTC
14
14
schedule :
15
- - cron : ' 0 0 * * * '
15
+ - cron : ' 0 20 * * 0 '
16
16
17
17
18
18
jobs :
Original file line number Diff line number Diff line change 54
54
with :
55
55
repository_default_branch : master
56
56
branches : master
57
- num_latest_tags : 1
57
+ num_latest_tags : 0
58
58
if : github.event_name == 'schedule'
59
59
60
60
- name : " [DEBUG] Show settings'"
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ _test-integration:
109
109
.PHONY : update-readme
110
110
update-readme :
111
111
cat " ./README.md" \
112
- | perl -0 -pe " s/ <!-- modules -->.*<!-- \/modules -->/ <!-- modules -->\n$$ (./tests/get-modules.sh $( IMAGE) $( NAME) $( VERSION) $( DOCKER_TAG) $( ARCH) )\n<!-- \/modules -->/ s" \
112
+ | perl -0 -pe " s# <!-- modules -->.*<!-- \/modules --># <!-- modules -->\n$$ (./tests/get-modules.sh $( IMAGE) $( NAME) $( VERSION) $( DOCKER_TAG) $( ARCH) )\n<!-- \/modules --># s" \
113
113
> " ./README.md.tmp"
114
114
yes | mv -f " ./README.md.tmp" " ./README.md"
115
115
git diff --quiet || { echo " Build Changes" ; git diff; git status; false ; }
You can’t perform that action at this time.
0 commit comments