Skip to content
This repository was archived by the owner on Jul 3, 2023. It is now read-only.

Commit 7085f1e

Browse files
author
Achille Roussel
committed
[hot fix] CIRCLE => CIRCLECI
1 parent d887a85 commit 7085f1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ test:
1010
override:
1111
- >
1212
docker run
13-
$(env | grep -E '^CIRCLE_|^DOCKER_|^CIRCLE=|^CI=' | sed 's/^/--env /g' | tr "\\n" " ")
13+
$(env | grep -E '^CIRCLE_|^DOCKER_|^CIRCLECI=|^CI=' | sed 's/^/--env /g' | tr "\\n" " ")
1414
--rm
1515
--tty
1616
--interactive

0 commit comments

Comments
 (0)