Skip to content

Commit

Permalink
Merge pull request #59 from devilbox/release-0.59
Browse files Browse the repository at this point in the history
Streamline
  • Loading branch information
cytopia authored Dec 10, 2022
2 parents d20e480 + e210940 commit 23b441e
Show file tree
Hide file tree
Showing 6 changed files with 297 additions and 131 deletions.
3 changes: 3 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
github: [cytopia]
patreon: devilbox
4 changes: 2 additions & 2 deletions .github/workflows/action_schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ name: nightly
# When to run
# -------------------------------------------------------------------------------------------------
on:
# Runs daily
# Every Sunday at 8pm UTC
schedule:
- cron: '0 0 * * *'
- cron: '0 20 * * 0'


jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/params.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
with:
repository_default_branch: master
branches: master
num_latest_tags: 1
num_latest_tags: 0
if: github.event_name == 'schedule'

- name: "[DEBUG] Show settings'"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ _test-integration:
.PHONY: update-readme
update-readme:
cat "./README.md" \
| perl -0 -pe "s/<!-- modules -->.*<!-- \/modules -->/<!-- modules -->\n$$(./tests/get-modules.sh $(IMAGE) $(NAME) $(VERSION) $(DOCKER_TAG) $(ARCH))\n<!-- \/modules -->/s" \
| perl -0 -pe "s#<!-- modules -->.*<!-- \/modules -->#<!-- modules -->\n$$(./tests/get-modules.sh $(IMAGE) $(NAME) $(VERSION) $(DOCKER_TAG) $(ARCH))\n<!-- \/modules -->#s" \
> "./README.md.tmp"
yes | mv -f "./README.md.tmp" "./README.md"
git diff --quiet || { echo "Build Changes"; git diff; git status; false; }
Loading

0 comments on commit 23b441e

Please sign in to comment.