This repository provides a minimal, self-contained example of the GitLab CI multiplexer pattern described in the blog post “A Pattern for Multiple GitLab CI Pipelines”. It demonstrates how to ...
こんにちは!株式会社フィノバレーでサーバーサイドエンジニアとして働いている諏訪です。 開発フローの中で、developブランチからmaster(main)ブランチへマージする際、タグを作成し、万が一のためのバックアップブランチを切り、そしてGitLab上で ...
お久しぶりです。Arumonの寺田です。 皆さん、GitLabはお使いでしょうか。 おそらくGitHubをお使いの方が多いのではないかと思いますが、今日はGitLabについて、共有できればと思います。 はじめに 最近、業務でGitLabCIを用いたのですが、こんなことを思いまし ...
# This .gitlab-ci.yml is an extension of the example provided in: # https://github.com/jonashackt/restexamples/blob/master/.gitlab-ci.yml # We use Docker in Docker ...