You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# If you break your build into multiple jobs with workflows, you will probably want to do the parts of this that are relevant in each
@@ -41,7 +41,7 @@ jobs:
41
41
# This is based on your 1.0 configuration file or project settings
42
42
- run:
43
43
working_directory: ~/clojure-tw/weekly
44
-
command: 'echo ''Asia/Taipei'' | sudo tee -a /etc/timezone; sudo dpkg-reconfigure -f noninteractive tzdata; sudo service mysql restart; sudo service postgresql restart; '
44
+
command: 'echo ''Asia/Taipei'' | sudo tee -a /etc/timezone; sudo dpkg-reconfigure -f noninteractive tzdata; '
0 commit comments