diff options
Diffstat (limited to 'services/blog/public/posts/2024-04-21')
| -rw-r--r-- | services/blog/public/posts/2024-04-21/pipefail-option-in-gitlab-ci-cd/index.html | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/services/blog/public/posts/2024-04-21/pipefail-option-in-gitlab-ci-cd/index.html b/services/blog/public/posts/2024-04-21/pipefail-option-in-gitlab-ci-cd/index.html index 5efcb1db..bf2f6d93 100644 --- a/services/blog/public/posts/2024-04-21/pipefail-option-in-gitlab-ci-cd/index.html +++ b/services/blog/public/posts/2024-04-21/pipefail-option-in-gitlab-ci-cd/index.html @@ -15,7 +15,7 @@ <meta name="Hatena::Bookmark" content="nocomment"> <link rel="icon" type="image/svg+xml" href="/favicon.svg"> <title>【GitLab】 GitLab CI/CD 上での bash/sh は pipefail が有効になっている|REPL: Rest-Eat-Program Loop</title> - <link rel="stylesheet" href="/style.css?h=899271ae83285479ca025cc358975c53"> + <link rel="stylesheet" href="/style.css?h=f4a12de8fc55ef1668e211e6c6db4ade"> </head> <body class="single"> <header class="header"> @@ -52,6 +52,34 @@ </li> </ul> </header> + <nav class="toc"> + <h2>目次</h2> + <ul> + <li> + <a href="#section--background">前提</a> + <ul> + <li> + <a href="#section--background--gitlab-ci-cd">GitLab CI/CD について</a> + </li> + <li> + <a href="#section--background--pipefail-option"> オプションについて</a> + </li> + </ul> + </li> + <li> + <a href="#section--problem">発生した問題</a> + </li> + <li> + <a href="#section--where-pipefail-is-enabled">どこで が on になるか</a> + </li> + <li> + <a href="#section--how-to-solve">どのように解決するか</a> + </li> + <li> + <a href="#section--remarks">備考</a> + </li> + </ul> + </nav> <div class="post-content"> <section id="changelog"> <h2><a href="#changelog">更新履歴</a></h2> |
