File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
preprocessed-site/posts/2020 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Haskell-jpのコンテンツの一つとして[Haskell Antenna](https://haskell.
1515
1616[ 2019年の今頃、これを自動毎時更新しようと Drone Cloudによる毎時更新を設定しました] ( https://haskell.jp/blog/posts/2019/hourly-antenna.html ) 。
1717
18- しかし。。。なんと3月ぐらいからこれが止まっています (どうやら、[ Drone Cloudのこの機能を利用してマイニングをした人がいたらしく止めてしまった] ( https://discourse.drone.io/t/cron-on-cloud-drone-io/3899/2 ) ようです)。
18+ しかし。。。なんと去年の3月ぐらいからこれが止まっています (どうやら、[ Drone Cloudのこの機能を利用してマイニングをした人がいたらしく止めてしまった] ( https://discourse.drone.io/t/cron-on-cloud-drone-io/3899/2 ) ようです)。
1919現在は** 僕がだいたい毎朝1回、手動でCIを回しています** 。。。
2020
2121ずっとなんとかしなきゃなぁと思い続けてはや9ヶ月。
@@ -113,7 +113,7 @@ runCmd opts (Just path) = do
113113 <: nil
114114```
115115
116- ` runCmd ` 関数は[ mix.hs] ( https://github.com/matsubara0507/mix.hs ) を使って ` RIO env () ` のボイラーテンプレートを減らしています(実はおいおい役に立ちます) 。
116+ ` runCmd ` 関数は[ mix.hs] ( https://github.com/matsubara0507/mix.hs ) を使って ` RIO env () ` のボイラーテンプレートを減らしています。
117117
118118## git コマンドを呼ぶ
119119
You can’t perform that action at this time.
0 commit comments