ci: rename ci scripts folder

This commit is contained in:
Gauthier Roebroeck 2020-12-31 12:31:46 +08:00 committed by Gauthier
parent 13aa43b202
commit dcdf14a24f
5 changed files with 2 additions and 2 deletions

View file

@ -30,8 +30,8 @@
[ [
"@semantic-release/exec", "@semantic-release/exec",
{ {
"prepareCmd": ".travis/prepare-release.sh ${nextRelease.version} ${nextRelease.channel}", "prepareCmd": "ci/prepare-release.sh ${nextRelease.version} ${nextRelease.channel}",
"publishCmd": ".travis/publish-dockerhub.sh ${nextRelease.version} ${nextRelease.channel}" "publishCmd": "ci/publish-dockerhub.sh ${nextRelease.version} ${nextRelease.channel}"
} }
], ],
[ [