We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b212265 commit ee82f2fCopy full SHA for ee82f2f
.circleci/config_continue.yml
@@ -300,4 +300,4 @@ workflows:
300
tags:
301
only: /dev-v[0-9]+(\.[0-9]+)*/
302
branches:
303
- only: /test\/.*/
+ only: /test\/.*/
.circleci/generateConfig.sh
@@ -1,8 +1,8 @@
1
frontendDriverJson=`cat ../frontendDriverInterfaceSupported.json`
2
-frontendDriverArray=`echo $frontendDriverJson | jq ".versions"`
+frontendDriverArray=`echo $frontendDriverJson | jq -c ".versions"`
3
4
coreDriverJson=`cat ../coreDriverInterfaceSupported.json`
5
-coreDriverArray=`echo $coreDriverJson | jq ".versions"`
+coreDriverArray=`echo $coreDriverJson | jq -c ".versions"`
6
7
if [ -z "$SUPERTOKENS_API_KEY" ]; then
8
echo "SUPERTOKENS_API_KEY missing"
0 commit comments