We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d356a59 commit b5f37f6Copy full SHA for b5f37f6
.circleci/config.yml
@@ -43,7 +43,7 @@ jobs:
43
#FAIL terraform version | sed -n '1p;1q'
44
#terraform version | sed -n '1p'
45
terraform version | awk 'FNR <= 1'
46
- terraform version | awk 'NR==1'
+ #FAIL terraform version | awk 'NR==1'
47
terraform version | read X
48
echo "Got: $X"
49
# awk and cut work
0 commit comments