Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
zramsay committed Sep 27, 2023
1 parent a9e6333 commit b966649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/gitea/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ output=$($TEST_TARGET_SO --stack package-registry deploy-system up)
token=$(echo $output | grep -o 'export CERC_NPM_AUTH_TOKEN=[^ ]*' | cut -d '=' -f 2)
export CERC_NPM_AUTH_TOKEN=$token
$TEST_TARGET_SO --stack fixturenet-laconicd setup-repositories
$TEST_TARGET_SO --stack fixturenet-laconicd build-npms
$TEST_TARGET_SO --stack fixturenet-laconicd --verbose --debug build-npms --include laconic-sdk

# Clean up
$TEST_TARGET_SO --stack package-registry deploy-system down
Expand Down

0 comments on commit b966649

Please sign in to comment.