Skip to content

Commit

Permalink
#1 typos
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Sep 23, 2019
1 parent cca65f0 commit e50628e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ release:
# We'll gonna need these files later...
mv dist/drops-css-${tag}.min.css /tmp
mv index.html /tmp
mv drops_logo.png /tmp
mv drops_logo.svg /tmp
# Checkout to gh-pages and reset any modifications
branch=$(git rev-parse --abbrev-ref HEAD)
Expand All @@ -55,16 +52,10 @@ release:
mv /tmp/drops-css-${tag}.min.css .
cp drops-css-${tag}.min.css drops-css.min.css
cp drops-css-${tag}.min.css drops.min.css
mv /tmp/index.html .
mv /tmp/drops_logo.png .
mv /tmp/drops_logo.svg .
git add drops-css-${tag}.min.css
git add drops-css.min.css
git add drops.min.css
git add index.html
git add drops_logo.png
git add drops_logo.svg
# Commit and change the branch to master
git commit --allow-empty -am "${tag}"
Expand Down

0 comments on commit e50628e

Please sign in to comment.