diff options
Diffstat (limited to 'services/nuldoc/public/blog/posts/3/index.html')
| -rw-r--r-- | services/nuldoc/public/blog/posts/3/index.html | 43 |
1 files changed, 23 insertions, 20 deletions
diff --git a/services/nuldoc/public/blog/posts/3/index.html b/services/nuldoc/public/blog/posts/3/index.html index 503212a..d5a9938 100644 --- a/services/nuldoc/public/blog/posts/3/index.html +++ b/services/nuldoc/public/blog/posts/3/index.html @@ -70,6 +70,29 @@ </div> </nav> <article class="post-entry"> + <a href="/posts/2024-04-21/pipefail-option-in-gitlab-ci-cd/"> + <header class="entry-header"> + <h2>【GitLab】 GitLab CI/CD 上での bash/sh は pipefail が有効になっている</h2> + </header> + <section class="entry-content"> + <p> + GitLab CI/CD で bash/sh スクリプトを動かすと、pipefail オプションが有効になった状態で実行される。 + </p> + </section> + <footer class="entry-footer"> + <time datetime="2024-04-21">2024-04-21</time> 投稿 + <ul class="entry-tags"> + <li class="tag"> + CI/CD + </li> + <li class="tag"> + GitLab + </li> + </ul> + </footer> + </a> + </article> + <article class="post-entry"> <a href="/posts/2024-04-14/phpcon-odawara-2024-report/"> <header class="entry-header"> <h2>PHP カンファレンス小田原 2024 参加レポ</h2> @@ -269,26 +292,6 @@ </footer> </a> </article> - <article class="post-entry"> - <a href="/posts/2023-10-13/i-entered-the-open-university-of-japan/"> - <header class="entry-header"> - <h2>放送大学に入学しました</h2> - </header> - <section class="entry-content"> - <p> - 放送大学に入学しました。頑張ります。 - </p> - </section> - <footer class="entry-footer"> - <time datetime="2023-10-13">2023-10-13</time> 投稿 - <ul class="entry-tags"> - <li class="tag"> - 放送大学 - </li> - </ul> - </footer> - </a> - </article> <nav class="pagination"> <div class="pagination-prev"> <a href="/posts/2/">前へ</a> |
