Skip to content

Commit d686878

Browse files
Merge pull request #37 from A1EF/master
Stub run `opensourcewebsite-gitautodeploy-8005` on test
2 parents bbeff72 + e9563a2 commit d686878

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

salt/top.sls

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ base:
4141
# - salt.minion
4242
'osw-devops-ci':
4343
# Overrides for Kitchen testing
44-
- states/setup-certs
45-
- states/adjust-auditd-conf-for-container
44+
- states.setup-certs
45+
- states.adjust-auditd-conf-for-container

test/salt/pillar/test/supervisor.sls

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@
33
# THIS SHOULD NOT BE USED OUTSIDE OF KITCHEN TESTING
44
#
55
# Test pillar to prevent run
6-
# "/usr/bin/php -q /www/opensourcewebsite.org/htdocs/yii cron"
6+
# "/usr/bin/php -q /www/opensourcewebsite.org/htdocs/yii cron" and
7+
# /usr/bin/git-auto-deploy --quiet --config /etc/git-auto-deploy-opensourcewebsite.org.conf.json
78
---
89
supervisor:
910
opensourcewebsite-cron:
1011
command: sleep infinity
12+
opensourcewebsite-gitautodeploy-8005:
13+
command: sleep infinity

0 commit comments

Comments
 (0)