Skip to content

Commit

Permalink
Update CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelStott committed Mar 24, 2024
1 parent 2b56c9e commit 7629f6d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 355 deletions.
4 changes: 2 additions & 2 deletions scripts/ci_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ def code():

@web.command("has-changed")
def changed_web():
click.echo(CIHelper().dir_changed("web/"))
click.echo(CIHelper().dir_changed("web/content"))

@code.command("has-changed")
def changed_code():
click.echo(CIHelper().dir_changed("code/"))
click.echo(CIHelper().dir_changed("web/code"))

@code.command("ls")
def list_pulumi():
Expand Down
Loading

0 comments on commit 7629f6d

Please sign in to comment.