Skip to content

Commit

Permalink
revert skip_app_update
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-gbloom committed Mar 20, 2024
1 parent f767e39 commit fd6f363
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/snowflake/cli/plugins/nativeapp/run_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,6 @@ def process(
patch: Optional[str] = None,
from_release_directive: bool = False,
is_interactive: bool = False,
skip_app_update: bool = True,
*args,
**kwargs,
):
Expand Down Expand Up @@ -396,6 +395,5 @@ def process(
# 3. Upload files from deploy root local folder to the above stage
diff = self.sync_deploy_root_with_stage(self.package_role)

if not skip_app_update:
# 4. Create an application if none exists, else upgrade the application
self._create_dev_app(diff)
# 4. Create an application if none exists, else upgrade the application
self._create_dev_app(diff)

0 comments on commit fd6f363

Please sign in to comment.