Skip to content

Commit

Permalink
refactor: rename cmds and args to shell and script
Browse files Browse the repository at this point in the history
  • Loading branch information
deryrahman committed Mar 2, 2023
1 parent 9e2908d commit 48df74e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion task/bq2bq/optimus-plugin-bq2bq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugintype: task
pluginversion: 0.3.3 # update this with expected tag before release
image: docker.io/odpf/optimus-task-bq2bq-executor:0.3.3
entrypoint:
args: ["python3 /opt/bumblebee/main.py"]
script: "python3 /opt/bumblebee/main.py"
questions:
- name: PROJECT
prompt: Project ID
Expand Down

0 comments on commit 48df74e

Please sign in to comment.