File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -199,6 +199,7 @@ function build {
199
199
playground
200
200
# docs
201
201
release-image
202
+ spartan
202
203
aztec-up
203
204
)
204
205
@@ -319,7 +320,6 @@ case "$cmd" in
319
320
;;
320
321
" ci" )
321
322
build
322
- ./spartan/bootstrap.sh lint
323
323
if ! semver check $REF_NAME ; then
324
324
test
325
325
bench
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ hash=$(hash_str $(cache_content_hash .rebuild_patterns) $(../yarn-project/bootst
7
7
8
8
flock scripts/logs/install_deps.lock scripts/install_deps.sh >&2
9
9
10
- function lint {
11
- helm lint ./aztec-network/
10
+ function build {
11
+ denoise " helm lint ./aztec-network/"
12
12
}
13
13
14
14
function network_shaping {
@@ -119,7 +119,7 @@ case "$cmd" in
119
119
" hash" )
120
120
echo $hash
121
121
;;
122
- test|test_cmds|gke|lint )
122
+ test|test_cmds|gke|build )
123
123
$cmd
124
124
;;
125
125
" test-kind-smoke" )
You can’t perform that action at this time.
0 commit comments