Restructured tool.sh
This commit is contained in:
5
tool.sh
5
tool.sh
@ -1,3 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
cd "$PLUGIN_PATH" && /usr/local/bin/tfci --organization="$PLUGIN_CLOUD_ORGANIZATION" --token="$PLUGIN_API_TOKEN" $PLUGIN_ARGS
|
||||
cd "$PLUGIN_PATH" && \
|
||||
/usr/local/bin/tfci \
|
||||
-organization="$PLUGIN_CLOUD_ORGANIZATION" \
|
||||
-token="$PLUGIN_API_TOKEN" $PLUGIN_ARGS
|
||||
|
||||
Reference in New Issue
Block a user