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 b5f37f6 commit 3f11204Copy full SHA for 3f11204
.circleci/config.yml
@@ -44,8 +44,8 @@ jobs:
44
#terraform version | sed -n '1p'
45
terraform version | awk 'FNR <= 1'
46
#FAIL terraform version | awk 'NR==1'
47
- terraform version | read X
48
- echo "Got: $X"
+ #FAIL terraform version | read X
+ #FAIL echo "Got: $X"
49
# awk and cut work
50
echo "test v111" | awk -Fv -e '{ print $2 }'
51
echo "test v111" | cut -dv -f2
0 commit comments