Skip to content

Commit

Permalink
config: drop application of COSA_USE_OSBUILD environment var
Browse files Browse the repository at this point in the history
The default in COSA is now to use OSBuild [1] so we don't need to set
these any longer.

[1] coreos/coreos-assembler#3800
  • Loading branch information
dustymabe committed May 10, 2024
1 parent 3732b91 commit eed4118
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,15 @@ streams:
type: production
testing:
type: production
env:
COSA_USE_OSBUILD: true
next:
type: production
env:
COSA_USE_OSBUILD: true
testing-devel:
type: development
default: true
env:
COSA_USE_OSBUILD: true
# next-devel: # do not touch; line managed by `next-devel/manage.py`
# type: development # do not touch; line managed by `next-devel/manage.py`
env:
COSA_USE_OSBUILD: true
rawhide:
type: mechanical
env:
COSA_USE_OSBUILD: true
#branched:
# type: mechanical
# env:
Expand Down

0 comments on commit eed4118

Please sign in to comment.