mirror of
https://github.com/He4eT/oddsquat.git
synced 2026-05-04 20:37:22 +00:00
gh.release: ignore the build
This commit is contained in:
parent
b79f8f286e
commit
c632b25776
2 changed files with 2 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ git checkout -b $RELEASE_BRANCH
|
|||
rm -rf "$GIT_ROOT/$BUILD_DIR"
|
||||
npm run build
|
||||
|
||||
git add "$GIT_ROOT/$BUILD_DIR"
|
||||
git add -f "$GIT_ROOT/$BUILD_DIR"
|
||||
git commit -m "release: $CURRENT_TIMESTAMP"
|
||||
|
||||
git push -f origin $RELEASE_BRANCH
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue