Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

Commit 960e9c8

Browse files
committed
fixed build issue
1 parent f704aed commit 960e9c8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

stackql_deploy/cmd/build.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,8 @@ def run(self, dry_run, show_queries, on_failure, output_file=None):
149149
self.logger
150150
)
151151

152+
exports_result_from_proxy = None # Track exports result if used as proxy
153+
152154
if type in ('resource', 'multi'):
153155

154156
ignore_errors = False
@@ -161,7 +163,6 @@ def run(self, dry_run, show_queries, on_failure, output_file=None):
161163
#
162164
# State checking logic
163165
#
164-
exports_result_from_proxy = None # Track exports result if used as proxy
165166

166167
if createorupdate_query:
167168
# Skip all existence and state checks for createorupdate

0 commit comments

Comments
 (0)