Skip to content

Commit

Permalink
Add main component to sources.list for dev env
Browse files Browse the repository at this point in the history
  • Loading branch information
zenmonkeykstop committed Mar 31, 2024
1 parent c285c23 commit 8f5970e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dom0/sd-default-config.sls
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{% if d.environment == "dev" %}
# use apt-test and nightlies
{% set sdvars = sdvars_defaults["test"] %}
{% set _ = sdvars.update({"component": "nightlies"}) %}
{% set _ = sdvars.update({"component": "main nightlies"}) %}
{% elif d.environment == "staging" %}
# use apt-test and main (RC/test builds)
{% set sdvars = sdvars_defaults["test"] %}
Expand Down

0 comments on commit 8f5970e

Please sign in to comment.