Skip to content
This repository was archived by the owner on Nov 29, 2018. It is now read-only.

Commit 11d8aa7

Browse files
devurandommichaelcontento
authored andcommitted
circleci-matrix: Export environment for sub-processes (#18)
1 parent 405b6e1 commit 11d8aa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/circleci-matrix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ process_envs() {
220220
{
221221
echo "#!/usr/bin/env bash";
222222
echo "$sources_prefix";
223-
echo -e "$line"
223+
echo -e "export $line"
224224
} >> "$tempfile"
225225
process_commands "$tempfile"
226226
rm -rf "$tempfile"

0 commit comments

Comments
 (0)