Skip to content

Commit 972d20a

Browse files
committed
Do not deploy tokman
1 parent 8025910 commit 972d20a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

vars/packit/dev_template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ check_up_to_date: false
2424
# Check that the current vars file us up to date with the template
2525
# check_vars_template_diff: true
2626

27-
# with_tokman: true
27+
with_tokman: true
2828

2929
# if you want to deploy fedmsg, please make sure to
3030
# edit the queue name in secrets/*/fedora.toml

vars/packit/prod_template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ api_key: ""
2626
# Check that the current vars file us up to date with the template
2727
# check_vars_template_diff: true
2828

29-
# with_tokman: false
29+
with_tokman: false
3030

3131
# if you want to deploy fedmsg, please make sure to
3232
# edit the queue name in secrets/*/fedora.toml

vars/packit/stg_template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ api_key: ""
2424
# Check that the current vars file us up to date with the template
2525
# check_vars_template_diff: true
2626

27-
# with_tokman: false
27+
with_tokman: false
2828

2929
# if you want to deploy fedmsg, please make sure to
3030
# edit the queue name in secrets/*/fedora.toml

0 commit comments

Comments
 (0)