Added command to execute in a specified path from the root of the git repo

This commit is contained in:
2023-10-31 15:35:13 +01:00
parent 837a56eac7
commit 7affa009ca

View File

@ -1,3 +1,3 @@
#!/bin/sh #!/bin/sh
/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