Skip to content

Commit

Permalink
lint: Fix incorrect indentation unit(1 tab -> 4 spaces)
Browse files Browse the repository at this point in the history
Signed-off-by: 林博仁(Buo-ren Lin) <Buo.Ren.Lin@gmail.com>
  • Loading branch information
brlin-tw committed Jan 3, 2022
1 parent 72a3c38 commit c170574
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions continuous-integration/build-product-release-archive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ PRODUCT_IDENTIFIER="${PRODUCT_IDENTIFIER:-${DRONE_REPO#*/}}"

apk add \
git \
gzip \
tar
gzip \
tar

git_describe="$(
git describe \
Expand All @@ -26,10 +26,10 @@ product_version="${git_describe#v}"
product_release_id="${PRODUCT_IDENTIFIER}"-"${product_version}"

git archive \
--format tar.gz \
--prefix "${product_release_id}"/ \
--output "${product_release_id}".tar.gz \
HEAD
--format tar.gz \
--prefix "${product_release_id}"/ \
--output "${product_release_id}".tar.gz \
HEAD

echo
echo Product release archive generated successfully.
2 changes: 1 addition & 1 deletion continuous-integration/static-code-analysis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ apk add \

# Install markdownlint hook dependencies
apk add \
bash \
bash \
nodejs \
npm

Expand Down

0 comments on commit c170574

Please sign in to comment.