Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Sedlak-Jakubowski <msedlakjakubowski@gitlab.com>2022-05-18 13:57:35 +0300
committerMarcin Sedlak-Jakubowski <msedlakjakubowski@gitlab.com>2022-05-18 13:57:35 +0300
commit15fc8a5bed90a59655c4db627f4e569f69950be4 (patch)
treeff38e0cef61443f242aebbc1ecf5a2cc128f053e
parentce463be3c1aec9242d071745d80dc027cae8cf5f (diff)
Remove potentially dangerous lock file steps
-rw-r--r--doc/testing.md14
1 files changed, 0 insertions, 14 deletions
diff --git a/doc/testing.md b/doc/testing.md
index 15da6cf0..bb0e5497 100644
--- a/doc/testing.md
+++ b/doc/testing.md
@@ -39,17 +39,3 @@ Install Lefthook with `lefthook install`, then the tests run each time you run a
`git push` command
Lefthook settings are configured in [`lefthook.yml`](../lefthook.yml).
-
-## Troubleshooting
-
-### `untamper-my-lockfile` fails when the integrity checksum hashes are different
-
-In case the [`untamper-my-lockfile` job fails](https://gitlab.com/gitlab-org/gitlab-docs/-/jobs/2460255126)
-due to a hash mismatch,
-[update the checksums](https://classic.yarnpkg.com/en/docs/cli/install#toc-yarn-install-update-checksums)
-of `yarn.lock`:
-
-```shell
-rm yarn.lock
-yarn install --update-checksums
-```