Skip to content

Commit 59e293e

Browse files
committedJan 29, 2019
fix env-config.sh
1 parent 65cdca6 commit 59e293e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎shells/env-config.sh ‎bin/env-config.sh

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# For different .env files in each folders
1+
# 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)
25

36
function pathedit {
47
str=$0

0 commit comments

Comments
 (0)
Please sign in to comment.