Skip to content

Commit

Permalink
change order
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros-k committed Jun 26, 2024
1 parent dfd0bbc commit 5748115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,11 +309,11 @@ def generate_item_file():
def main():
print_info()
check_app_dir_exists()
pull_app_catalog_container()
copy_lib()
copy_macros()
generate_item_file()
check_required_commands()
pull_app_catalog_container()
render_compose()
print_docker_compose_config()
res = run_app()
Expand Down

0 comments on commit 5748115

Please sign in to comment.