Skip to content

Commit 989df4e

Browse files
resolved conversation
1 parent b7568f8 commit 989df4e

File tree

3 files changed

+25
-0
lines changed

3 files changed

+25
-0
lines changed

doc/changes/unreleased.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
## 🐞 Fixed
88

99
* Added multi-version extension to Sphinx configuration of the project template
10+
* fixed bug in tbx worflow install error if directory exists[#298](https://github.com/exasol/python-toolbox/issues/298)
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
install issue
2+
$ tbx issue install feature
3+
Installed feature in .github/ISSUE_TEMPLATE/feature.md
4+
5+
install another issue
6+
$ tbx issue install bug
7+
Installed bug in .github/ISSUE_TEMPLATE/bug.md
8+
9+
install another issue if this issue exists
10+
$ touch .github/ISSUE_TEMPLATE/refactoring.md
11+
$ tbx issue install refactoring
12+
Installed refactoring in .github/ISSUE_TEMPLATE/refactoring.md
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
install workflow
2+
$ tbx workflow install cd
3+
Installed cd in .github/workflows/cd.yml
4+
5+
install another workflow
6+
$ tbx workflow install checks
7+
Installed checks in .github/workflows/checks.yml
8+
9+
install another workflow if this workflow exists
10+
$ touch .github/workflows/ci.yml
11+
$ tbx workflow install ci
12+
Installed ci in .github/workflows/ci.yml

0 commit comments

Comments
 (0)