You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This makes it easier to script it in f.e. a CI server.:
#!/bin/bashset -o errexit
COLLECTION_ID=$(span collection add -t"name:CI test collection" --invalid-parameter | jq -r .collectionId)echo This bit should not be executed
The text was updated successfully, but these errors were encountered:
This makes it easier to script it in f.e. a CI server.:
The text was updated successfully, but these errors were encountered: