Skip to content

Commit b5f37f6

Browse files
committed
Try multiple way to get first line
1 parent d356a59 commit b5f37f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
#FAIL terraform version | sed -n '1p;1q'
4444
#terraform version | sed -n '1p'
4545
terraform version | awk 'FNR <= 1'
46-
terraform version | awk 'NR==1'
46+
#FAIL terraform version | awk 'NR==1'
4747
terraform version | read X
4848
echo "Got: $X"
4949
# awk and cut work

0 commit comments

Comments
 (0)