Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Changes
Page history
Update debugging
authored
Aug 09, 2024
by
umaumax
Show whitespace changes
Inline
Side-by-side
debugging.md
View page @
98386e73
...
...
@@ -37,6 +37,14 @@ unshare --mount --map-root-user bash -c "mount --bind --make-private "$TMP_HOSTS
*
何かの処理中に変更差分を再デプロイしても辻褄が合う(冪等性がある)
*
簡単に環境をデプロイできて、TATが短いとよい
## サンプルファイル
### .zip, .tar.gz
GitHubで特定のリポジトリを指定したフォーマットでダウンロードできる
[
GitHub · Wiki · umaumax / memo · GitLab
](
https://gitlab.com/umaumax/memo/-/wikis/GitHub#%E3%82%A2%E3%83%BC%E3%82%AB%E3%82%A4%E3%83%96%E5%BD%A2%E5%BC%8F%E3%81%A7repo%E3%82%92%E5%8F%96%E5%BE%97%E3%81%97%E3%81%9F%E3%81%84zip-targz
)
## 値のdump
### 数値をdumpする際の注意点
...
...
...
...