Version 2.0.1

This commit is contained in:
Scott Lahteine
2019-12-24 00:06:32 -06:00
parent 0673f335e1
commit ee17051933
4 changed files with 4 additions and 129 deletions

View File

@ -1,25 +0,0 @@
#
# bump-date.yml
# Bump the distribution date once per day
#
name: Bump Distribution Date
on:
schedule:
- cron: '0 0 * * *'
jobs:
bump_date:
runs-on: ubuntu-latest
steps:
- name: Check out bugfix-2.0.x
uses: actions/checkout@v2
with:
ref: bugfix-2.0.x
- name: Bump Distribution Date
run: source ./buildroot/bin/bump_date