Skip to content

Commit 01d7399

Browse files
committed
ci: no longer show lttle eval debug output
1 parent 545708d commit 01d7399

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

deploy.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ if [ -z "${GITHUB_HEAD_REF+x}" ]; then
99
export GITHUB_HEAD_REF
1010
fi
1111

12-
lttle deploy --eval "" --debug-context
13-
1412
namespace="docs-"$(lttle deploy --eval "git.ref == 'main' ? 'main' : env.GITHUB_HEAD_REF.toSlug() + '-branch'");
1513
tag=$(lttle deploy --eval "git.ref == 'main' ? 'latest' : env.GITHUB_HEAD_REF.toSlug() + '-branch'")
1614

0 commit comments

Comments
 (0)