Skip to content
代码片段 群组 项目
提交 c13b2235 编辑于 作者: Rémy Coutable's avatar Rémy Coutable
浏览文件

Merge branch 'add-untamper-my-lockfile' into 'master'

Use template for job untamper-my-lockfile

See merge request gitlab-org/gitlab!54311
No related branches found
No related tags found
无相关合并请求
...@@ -111,4 +111,5 @@ include: ...@@ -111,4 +111,5 @@ include:
- local: .gitlab/ci/dast.gitlab-ci.yml - local: .gitlab/ci/dast.gitlab-ci.yml
- local: .gitlab/ci/workhorse.gitlab-ci.yml - local: .gitlab/ci/workhorse.gitlab-ci.yml
- local: .gitlab/ci/graphql.gitlab-ci.yml - local: .gitlab/ci/graphql.gitlab-ci.yml
- local: .gitlab/ci/verify-lockfile.gitlab-ci.yml - project: 'gitlab-org/frontend/untamper-my-lockfile'
file: '.gitlab-ci-template.yml'
verify_lockfile:
stage: test
image: registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2-git-2.29-lfs-2.9-node-14.15-yarn-1.22-graphicsmagick-1.3.34
needs: []
rules:
- changes:
- yarn.lock
script:
- npm config set @dappelt:registry https://gitlab.com/api/v4/projects/22564149/packages/npm/
- npx lockfile-lint@4.3.7 --path yarn.lock --allowed-hosts yarn --validate-https
- npx @dappelt/untamper-my-lockfile --lockfile yarn.lock
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册