We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65cdca6 commit 59e293eCopy full SHA for 59e293e
shells/env-config.sh bin/env-config.sh
@@ -1,4 +1,7 @@
1
-# For different .env files in each folders
+# For TRAVIS
2
+# Copies files with environment variables from .env.sample at .env
3
+# for all subfolders where it is exist
4
+# (can not use --execdir in travis https://github.com/travis-ci/travis-ci/issues/2811)
5
6
function pathedit {
7
str=$0
0 commit comments