Skip to content

Commit 2e0b57b

Browse files
committed
Merge remote-tracking branch 'origin/master' into task/50
2 parents 288c9de + 4fc662e commit 2e0b57b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.circleci/config.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
command: touch Gemfile.local
2323
- redmine-plugin/install-self
2424
- redmine-plugin/generate-database_yml
25+
- run:
26+
working_directory: 'redmine'
27+
command: sleep 30
2528
- redmine-plugin/bundle-install
2629
- redmine-plugin/test
2730

@@ -47,6 +50,9 @@ jobs:
4750
command: touch Gemfile.local
4851
- redmine-plugin/install-self
4952
- redmine-plugin/generate-database_yml
53+
- run:
54+
working_directory: 'redmine'
55+
command: sleep 30
5056
- redmine-plugin/bundle-install
5157
- redmine-plugin/test
5258

@@ -74,6 +80,9 @@ jobs:
7480
command: touch Gemfile.local
7581
- redmine-plugin/install-self
7682
- redmine-plugin/generate-database_yml
83+
- run:
84+
working_directory: 'redmine'
85+
command: sleep 30
7786
- redmine-plugin/bundle-install
7887
- redmine-plugin/test
7988

0 commit comments

Comments
 (0)