Skip to content

Commit

Permalink
Improve shell syntax to satisfy shell-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jsf9k committed Jul 11, 2021
1 parent 6b577ce commit d130605
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/bin/sh

echo "PACKER_VERSION=1.6.6" >> "$GITHUB_ENV"
echo "TERRAFORM_VERSION=0.12.31" >> "$GITHUB_ENV"
echo "TERRAFORM_DOCS_VERSION=0.14.1" >> "$GITHUB_ENV"
{ echo "PACKER_VERSION=1.6.6"; echo "TERRAFORM_VERSION=0.12.31"; echo "TERRAFORM_DOCS_VERSION=0.14.1"; } >> "$GITHUB_ENV"

0 comments on commit d130605

Please sign in to comment.