Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ function build {
playground
docs
release-image
spartan
aztec-up
)

Expand Down Expand Up @@ -319,7 +320,6 @@ case "$cmd" in
;;
"ci")
build
./spartan/bootstrap.sh lint
if ! semver check $REF_NAME; then
test
bench
Expand Down
6 changes: 3 additions & 3 deletions spartan/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ hash=$(hash_str $(cache_content_hash .rebuild_patterns) $(../yarn-project/bootst

flock scripts/logs/install_deps.lock scripts/install_deps.sh >&2

function lint {
helm lint ./aztec-network/
function build {
denoise helm lint ./aztec-network/
Comment thread
alexghr marked this conversation as resolved.
Outdated
}

function network_shaping {
Expand Down Expand Up @@ -119,7 +119,7 @@ case "$cmd" in
"hash")
echo $hash
;;
test|test_cmds|gke|lint)
test|test_cmds|gke|build)
$cmd
;;
"test-kind-smoke")
Expand Down