Skip to content

Draft: chore: dogfood new CI templates

Takuya Noguchi requested to merge add-untamper-my-lockfile into main

Dogfoods a new CI template introduced in !25 (merged).

Follows up !25 (merged)

Signed-off-by: Takuya Noguchi takninnovationresearch@gmail.com

before

$ untamper-my-lockfile --lockfile yarn.lock
Checking whether lockfile(s) yarn.lock have been tampered with
Checking yarn.lock: package 583 of 583
[✓] Found no signs that the lockfile have been tampered with
$ cat << END_TEXT # collapsed multi-line command
   ###    ######## ######## ######## ##    ## ######## ####  #######  ##    ## 
  ## ##      ##       ##    ##       ###   ##    ##     ##  ##     ## ###   ## 
 ##   ##     ##       ##    ##       ####  ##    ##     ##  ##     ## ####  ## 
##     ##    ##       ##    ######   ## ## ##    ##     ##  ##     ## ## ## ## 
#########    ##       ##    ##       ##  ####    ##     ##  ##     ## ##  #### 
##     ##    ##       ##    ##       ##   ###    ##     ##  ##     ## ##   ### 
##     ##    ##       ##    ######## ##    ##    ##    ####  #######  ##    ## 
This template is deprecated!
Please migrate to one of our other templates:
https://gitlab.com/gitlab-org/frontend/untamper-my-lockfile/-/tree/main/templates
$ exit 137

https://gitlab.com/gitlab-org/frontend/untamper-my-lockfile/-/jobs/2581332455

after

$ untamper-my-lockfile --lockfile yarn.lock
Checking whether lockfile(s) yarn.lock have been tampered with
Checking yarn.lock: package 583 of 583
[✓] Found no signs that the lockfile have been tampered with

https://gitlab.com/gitlab-org/frontend/untamper-my-lockfile/-/jobs/2581562447

Edited by Takuya Noguchi

Merge request reports