Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
edublancas committed Sep 18, 2024
1 parent 04ca721 commit 9e80b60
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/soopervisor/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,16 +87,6 @@ def export(
"""
Export a target platform for execution/deployment
"""
input_args = {
"env_name": env_name,
"until_build": until_build,
"mode": mode,
"skip_tests": skip_tests,
"skip_docker": skip_docker,
"ignore_git": ignore_git,
"task": task,
}

backend = Backend(config.get_backend(env_name))

until = None
Expand Down

0 comments on commit 9e80b60

Please sign in to comment.