mirror of
https://github.com/gotson/komga.git
synced 2025-12-06 16:42:24 +01:00
ci: rename ci scripts folder
This commit is contained in:
parent
13aa43b202
commit
dcdf14a24f
5 changed files with 2 additions and 2 deletions
|
|
@ -30,8 +30,8 @@
|
|||
[
|
||||
"@semantic-release/exec",
|
||||
{
|
||||
"prepareCmd": ".travis/prepare-release.sh ${nextRelease.version} ${nextRelease.channel}",
|
||||
"publishCmd": ".travis/publish-dockerhub.sh ${nextRelease.version} ${nextRelease.channel}"
|
||||
"prepareCmd": "ci/prepare-release.sh ${nextRelease.version} ${nextRelease.channel}",
|
||||
"publishCmd": "ci/publish-dockerhub.sh ${nextRelease.version} ${nextRelease.channel}"
|
||||
}
|
||||
],
|
||||
[
|
||||
|
|
|
|||
Loading…
Reference in a new issue