summaryrefslogtreecommitdiffhomepage
path: root/vhosts/blog/public/posts/index.html
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-04-20 23:44:15 +0900
committernsfisis <nsfisis@gmail.com>2024-04-20 23:44:30 +0900
commit88f8bcc0862621c96d23a552eaa2a8fed010440f (patch)
treee9822c6dcbf4ac58df5638fa6c4d4f3d4fb3c615 /vhosts/blog/public/posts/index.html
parentb372b90ae4f65855d6f7132c7722f0228f43daa8 (diff)
downloadnsfisis.dev-88f8bcc0862621c96d23a552eaa2a8fed010440f.tar.gz
nsfisis.dev-88f8bcc0862621c96d23a552eaa2a8fed010440f.tar.zst
nsfisis.dev-88f8bcc0862621c96d23a552eaa2a8fed010440f.zip
feat(blog/content): new post /posts/2024-04-21/pipefail-option-in-gitlab-ci-cd/
Diffstat (limited to 'vhosts/blog/public/posts/index.html')
-rw-r--r--vhosts/blog/public/posts/index.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/vhosts/blog/public/posts/index.html b/vhosts/blog/public/posts/index.html
index 4fa6256b..fc4af85e 100644
--- a/vhosts/blog/public/posts/index.html
+++ b/vhosts/blog/public/posts/index.html
@@ -43,6 +43,21 @@
<h1>投稿一覧</h1>
</header>
<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> 投稿
+ </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>