Skip to content

Commit 48b05ea

Browse files
authored
Make sure the build is tested at least once a month
1 parent b9e0b82 commit 48b05ea

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

1.gocd.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ pipelines:
88
ldap_hooks:
99
group: bare_metal_pypi_package
1010
locking: off
11+
timer:
12+
# Run on the 1st at 00:00 of every month
13+
spec: "0 0 0 1 * ? *"
14+
only_on_changes: no
1115
materials:
1216
ldap_hooks_git: # this is the name of material
1317
# says about type of material and url at once
@@ -25,4 +29,4 @@ pipelines:
2529
SRC_DIRECTORY: ldap_hooks
2630
TEST_DIRECTORY: ldap_hooks
2731
PUSH_DIRECTORY: publish-python-scripts
28-
template: bare_metal_pypi_package
32+
template: bare_metal_pypi_package

0 commit comments

Comments
 (0)