Skip to content

Commit 6a1ddb5

Browse files
committed
Disable drush cim by default.
1 parent 879548a commit 6a1ddb5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.lagoon.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ tasks:
1010
# service: cli
1111

1212
post-rollout:
13-
- run:
14-
name: drush cim
15-
command: drush -y cim
16-
service: cli
13+
# Enable once config sync has been setup.
14+
# - run:
15+
# name: drush cim
16+
# command: drush -y cim
17+
# service: cli
1718
- run:
1819
name: drush updb
1920
command: drush -y updb

0 commit comments

Comments
 (0)