test
This commit is contained in:
parent
48880a469b
commit
c5648d0059
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ pipeline:
|
||||||
- apk add git
|
- apk add git
|
||||||
- npm install
|
- npm install
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- npx esbuild stear/main.js --jsx-factory=s --loader:.js=jsx --loader:.html=text --bundle --minify --outfile=stear.min.js
|
- npx esbuild stear/main.js --jsx-factory=s --loader:.js=jsx --loader:.html=text --bundle --minify --outfile="build/stear.min.js"
|
||||||
- npx esbuild stear/main.js --jsx-factory=s --loader:.js=jsx --loader:.html=text --bundle --outfile="staer.js"
|
- npx esbuild stear/main.js --jsx-factory=s --loader:.js=jsx --loader:.html=text --bundle --outfile="build/staer.js"
|
||||||
- ls build
|
- ls build
|
||||||
- npx gitea-release "https://jusax.de/git/api/v1/" "$${GITEA_TOKEN}" "$${CI_REPO}" "$${CI_COMMIT_BRANCH}" "$${CI_COMMIT_TAG}" "build" "$${CI_COMMIT_MESSAGE}"
|
- npx gitea-release "https://jusax.de/git/api/v1/" "$${GITEA_TOKEN}" "$${CI_REPO}" "$${CI_COMMIT_BRANCH}" "$${CI_COMMIT_TAG}" "build" "$${CI_COMMIT_MESSAGE}"
|
||||||
secrets: [ gitea_token ]
|
secrets: [ gitea_token ]
|
Loading…
Reference in a new issue