Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
e8feaa8c
Commit
e8feaa8c
authored
Feb 17, 2021
by
Mayra Cabrera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Merge branch 'add-untamper-my-lockfile' into 'master'"
This reverts merge request !54311
parent
774a38ed
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
2 deletions
+12
-2
.gitlab-ci.yml
.gitlab-ci.yml
+1
-2
.gitlab/ci/verify-lockfile.gitlab-ci.yml
.gitlab/ci/verify-lockfile.gitlab-ci.yml
+11
-0
No files found.
.gitlab-ci.yml
View file @
e8feaa8c
...
...
@@ -111,5 +111,4 @@ include:
-
local
:
.gitlab/ci/dast.gitlab-ci.yml
-
local
:
.gitlab/ci/workhorse.gitlab-ci.yml
-
local
:
.gitlab/ci/graphql.gitlab-ci.yml
-
project
:
'
gitlab-org/frontend/untamper-my-lockfile'
file
:
'
.gitlab-ci-template.yml'
-
local
:
.gitlab/ci/verify-lockfile.gitlab-ci.yml
.gitlab/ci/verify-lockfile.gitlab-ci.yml
0 → 100644
View file @
e8feaa8c
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment