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
7548087e
Commit
7548087e
authored
Aug 18, 2023
by
Mark Tyneway
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: add to ci
parent
612f0ab3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
+10
-2
config.yml
.circleci/config.yml
+10
-2
No files found.
.circleci/config.yml
View file @
7548087e
...
@@ -415,6 +415,10 @@ jobs:
...
@@ -415,6 +415,10 @@ jobs:
pnpm autogen:invariant-docs
pnpm autogen:invariant-docs
git diff --exit-code ./invariant-docs/*.md || echo "export INVARIANT_DOCS_STATUS=1" >> "$BASH_ENV"
git diff --exit-code ./invariant-docs/*.md || echo "export INVARIANT_DOCS_STATUS=1" >> "$BASH_ENV"
working_directory
:
packages/contracts-bedrock
working_directory
:
packages/contracts-bedrock
-
run
:
name
:
check deploy configs || echo "export DEPLOY_CONFIGS_STATUS=1" >> "$BASH_ENV"
command
:
pnpm validate-deploy-configs
working_directory
:
packages/contracts-bedrock
-
run
:
-
run
:
name
:
check statuses
name
:
check statuses
command
:
|
command
:
|
...
@@ -430,12 +434,16 @@ jobs:
...
@@ -430,12 +434,16 @@ jobs:
echo "Storage snapshot failed, see job output for details."
echo "Storage snapshot failed, see job output for details."
FAILED=1
FAILED=1
fi
fi
if [[ "$SEMVER_LOCK_STATUS" -ne 0 ]]; then
echo "Semver lock failed, see job output for details."
FAILED=1
fi
if [[ "$INVARIANT_DOCS_STATUS" -ne 0 ]]; then
if [[ "$INVARIANT_DOCS_STATUS" -ne 0 ]]; then
echo "Invariant docs failed, see job output for details."
echo "Invariant docs failed, see job output for details."
FAILED=1
FAILED=1
fi
fi
if [[ "$
SEMVER_LOCK
_STATUS" -ne 0 ]]; then
if [[ "$
DEPLOY_CONFIGS
_STATUS" -ne 0 ]]; then
echo "
Semver lo
ck failed, see job output for details."
echo "
Deploy config che
ck failed, see job output for details."
FAILED=1
FAILED=1
fi
fi
if [[ "$FAILED" -ne 0 ]]; then
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