Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
2acb4973
Unverified
Commit
2acb4973
authored
Nov 13, 2024
by
Michael Amadi
Committed by
GitHub
Nov 13, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleanup (#12913)
parent
3aac7289
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
check-semver-diff.sh
...ges/contracts-bedrock/scripts/checks/check-semver-diff.sh
+2
-4
No files found.
packages/contracts-bedrock/scripts/checks/check-semver-diff.sh
View file @
2acb4973
...
...
@@ -23,10 +23,8 @@ fi
# Get the upstream semver-lock.json.
if
!
git show origin/develop:packages/contracts-bedrock/snapshots/semver-lock.json
>
"
$temp_dir
/upstream_semver_lock.json"
2>/dev/null
;
then
if
!
git show origin/develop:packages/contracts-bedrock/semver-lock.json
>
"
$temp_dir
/upstream_semver_lock.json"
2>/dev/null
;
then
echo
"❌ Error: Could not find semver-lock.json in either snapshots/ or root directory of develop branch"
exit
1
fi
echo
"❌ Error: Could not find semver-lock.json in the snapshots/ directory of develop branch"
exit
1
fi
# Copy the local semver-lock.json.
...
...
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