Skip to content

Commit 938f3b7

Browse files
author
nianiB9
committed
remove instance url check
1 parent a3249dc commit 938f3b7

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

examples/Maestro/eg001TriggerWorkflow.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,6 @@ if [ -z "$workflow_created" ]; then
1919
exit 0
2020
fi
2121

22-
#Check that the instance URL exists
23-
instance_url=$(cat config/INSTANCE_URL)
24-
if [ -z "$instance_url" ]; then
25-
echo "No instance URL found. Please run the trigger workflow script first."
26-
exit 1
27-
fi
28-
2922
# Step 1: Obtain your OAuth token
3023
# Note: Substitute these values with your own
3124
ACCESS_TOKEN=$(cat config/ds_access_token.txt)

0 commit comments

Comments
 (0)