Restructured tool.sh

This commit is contained in:
2023-10-31 15:51:02 +01:00
parent f0f41d5998
commit 33cd078958

View File

@ -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