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 bce3bf1 commit be57252Copy full SHA for be57252
run_test.sh
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
3
-if [ -f "envs/aidbox" ]; then
4
- export `cat envs/aidbox`
+if [ -f ".env" ]; then
+ export `cat .env`
5
fi
6
7
if [ -z "${AIDBOX_LICENSE}" ]; then
0 commit comments