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
31bebba5
Commit
31bebba5
authored
Nov 28, 2023
by
Mark Tyneway
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: delete dead code, rename variables
parent
f409a480
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
8 deletions
+4
-8
config.yml
.circleci/config.yml
+4
-8
No files found.
.circleci/config.yml
View file @
31bebba5
...
...
@@ -434,9 +434,9 @@ jobs:
command
:
|
pnpm snapshots
if [ "$(git diff --exit-code snapshots)" ]; then
[ -z "$(git ls-files --others --exclude-standard snapshots)" ] || echo "export
ABI_SNAPSHOT
_STATUS=1" >> "$BASH_ENV"
[ -z "$(git ls-files --others --exclude-standard snapshots)" ] || echo "export
SNAPSHOTS
_STATUS=1" >> "$BASH_ENV"
else
echo "export
ABI_SNAPSHOT
_STATUS=1" >> "$BASH_ENV"
echo "export
SNAPSHOTS
_STATUS=1" >> "$BASH_ENV"
fi
working_directory
:
packages/contracts-bedrock
-
run
:
...
...
@@ -450,10 +450,6 @@ jobs:
FAILED=1
echo "Gas snapshot failed, see job output for details."
fi
if [[ "$STORAGE_SNAPSHOT_STATUS" -ne 0 ]]; then
echo "Storage snapshot failed, see job output for details."
FAILED=1
fi
if [[ "$SEMVER_LOCK_STATUS" -ne 0 ]]; then
echo "Semver lock failed, see job output for details."
FAILED=1
...
...
@@ -466,8 +462,8 @@ jobs:
echo "Deploy config check failed, see job output for details."
FAILED=1
fi
if [[ "$
ABI_SNAPSHOT
_STATUS" -ne 0 ]]; then
echo "
ABI snapshot
check failed, see job output for details."
if [[ "$
SNAPSHOTS
_STATUS" -ne 0 ]]; then
echo "
Snapshots
check failed, see job output for details."
FAILED=1
fi
if [[ "$FAILED" -ne 0 ]]; then
...
...
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