Skip to content

Commit

Permalink
6.0 → 6.1 (#579)
Browse files Browse the repository at this point in the history
* Update and rename terraform-daily-6.0-azure.conf to terraform-daily-6.1-azure.conf

* Workflow: Daily 6.0 → Daily 6.1

* Stable conf: bump to 6.1, add RC suffix
  • Loading branch information
cassidyjames authored Dec 9, 2021
1 parent 41cdad0 commit e3526ac
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: daily-6.0
name: daily-6.1

on:
push:
Expand All @@ -24,4 +24,4 @@ jobs:

- name: Build and upload daily .iso
run: |
./workflows.sh etc/terraform-daily-6.0-azure.conf "${{ secrets.key }}" "${{ secrets.secret }}" "${{ secrets.endpoint }}" "${{ secrets.bucket }}"
./workflows.sh etc/terraform-daily-6.1-azure.conf "${{ secrets.key }}" "${{ secrets.secret }}" "${{ secrets.endpoint }}" "${{ secrets.bucket }}"
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ BASEVERSION="20.04"
CODENAME="odin"

# distribution version
VERSION="6.0"
VERSION="6.1"

# distribution channel
CHANNEL="daily"
Expand Down
4 changes: 2 additions & 2 deletions etc/terraform-stable-azure.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ BASEVERSION="20.04"
CODENAME="odin"

# distribution version
VERSION="6.0"
VERSION="6.1"

# distribution channel
CHANNEL="stable"
Expand All @@ -30,7 +30,7 @@ HWE_X11="no"
INCLUDE_APPCENTER=""

# suffix for generated .iso files
OUTPUT_SUFFIX=""
OUTPUT_SUFFIX="-rc"

# folder suffix for the package lists to use
PACKAGE_LISTS_SUFFIX="default"

0 comments on commit e3526ac

Please sign in to comment.