Skip to content

Commit

Permalink
Merge pull request ichiro-its#9 from ichiro-its/hotfix/fix-script
Browse files Browse the repository at this point in the history
 [SPRINT 8 / Hotfix] Fix Script
  • Loading branch information
maroqijalil authored Feb 4, 2022
2 parents c10df72 + 410cff4 commit eed6522
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
## Jira Link:

## Description

Describe problems, if any, clearly and concisely.
Describe any changes that have been made in this pull request.

## Type of Change

- [ ] Bugfix
- [ ] Enhancement
- [ ] New feature
- [ ] Breaking change (fix or feature that would cause the existing functionality to not work as expected)

## How Has This Been Tested?

- [ ] New unit tests added.
- [ ] Manual tested.

## Checklist:

- [ ] Using Branch Name Convention
- `feature/JIRA-ID-SHORT-DESCRIPTION` if has a JIRA ticket
- `enhancement/SHORT-DESCRIPTION` if has/has no JIRA ticket and contain enhancement
- `hotfix/SHORT-DESCRIPTION` if the change doesn't need to be tested (urgent)
- [ ] I have commented on my code, particularly in hard-to-understand areas.
- [ ] I have made the documentation for the corresponding changes.
2 changes: 1 addition & 1 deletion scripts/build-debian.bash
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ do
# Move build result to the output directory
mkdir -p $ROOT_DIR/$OUTPUT_DIR &&
mv ../*.deb $ROOT_DIR/$OUTPUT_DIR &&
mv ../*.ddeb $ROOT_DIR/$OUTPUT_DIR || true
(mv ../*.ddeb $ROOT_DIR/$OUTPUT_DIR || true)
done

0 comments on commit eed6522

Please sign in to comment.