Compare commits

...

13 Commits

Author SHA1 Message Date
9f0c85e8d3 up
All checks were successful
continuous-integration/drone/tag Build is passing
2024-08-13 14:18:10 +02:00
66ea0ee96d up 2024-08-13 00:52:51 +02:00
5489463885 up
All checks were successful
continuous-integration/drone/tag Build is passing
2024-08-13 00:41:16 +02:00
cf1eca0e5c up
Some checks failed
continuous-integration/drone/tag Build is failing
2024-08-13 00:33:07 +02:00
5a28602203 up
All checks were successful
continuous-integration/drone/tag Build is passing
2024-08-13 00:06:19 +02:00
9b3cd8cbcc feature: wedoxa 2024-08-13 00:03:54 +02:00
b7608be252 up
All checks were successful
continuous-integration/drone/tag Build is passing
2024-08-13 00:02:23 +02:00
4235fd7961 up
Some checks reported errors
continuous-integration/drone/tag Build was killed
2024-08-12 23:51:11 +02:00
2f359da27a up
All checks were successful
continuous-integration/drone/tag Build is passing
2024-08-12 23:10:32 +02:00
8340c1b4f2 up
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/tag Build encountered an error
2024-08-12 23:08:18 +02:00
e17c9bc287 up
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/tag Build encountered an error
2024-08-12 23:07:56 +02:00
1f31f43497 up
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/tag Build encountered an error
2024-08-12 23:07:27 +02:00
1c8c95191e up
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/tag Build encountered an error
2024-08-12 23:05:46 +02:00
3 changed files with 12 additions and 37 deletions

View File

@ -1,47 +1,22 @@
kind: pipeline kind: pipeline
type: ssh
name: default name: default
server:
host: build.gextra.net
user: root
ssh_key:
from_secret: ssh_key_secret
trigger: trigger:
event: event:
- tag - tag
steps: steps:
- name: build - name: build
environment: image: node
PASSWORD:
from_secret: password
commands: commands:
- npm install -g vsce
- npm ci - npm ci
- vsce package - vsce package
# - name: deploy - name: gitea_release
# environment: image: plugins/gitea-release
# PASSWORD: settings:
# from_secret: password base_url: https://gitea.raphaelpiccolo.com
# when: files: ./*.vsix
# status: api_key:
# - success from_secret: gitea_token
# - failure
# commands:
# - |
# curl --fail-with-body -s -X POST \
# --data-urlencode "digest=$(docker inspect registry.raphaelpiccolo.com/$DRONE_REPO_NAME:latest | jq -r '.[0].RepoDigests[0]' | cut -d@ -f 2)" \
# --data-urlencode "start=$DRONE_BUILD_CREATED" \
# --data-urlencode "url=$DRONE_BUILD_LINK" \
# --data-urlencode "buildNumber=$DRONE_BUILD_NUMBER" \
# --data-urlencode "version=$DRONE_TAG" \
# --data-urlencode "name=$DRONE_REPO_NAME" \
# --data-urlencode "size=$(docker inspect -f '{{ .Size }}' "$DRONE_REPO_NAME")" \
# --data-urlencode "status=$DRONE_BUILD_STATUS" \
# "https://admin:$PASSWORD@monitoring.raphaelpiccolo.com/fr/dronehook"
# - name: test
# commands:
# - docker run --rm cvtest npm test

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "vscodestat", "name": "vscodestat",
"version": "1.1.1", "version": "1.1.12",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "vscodestat", "name": "vscodestat",
"version": "1.1.1", "version": "1.1.12",
"license": "ISC", "license": "ISC",
"devDependencies": { "devDependencies": {
"@types/mocha": "^10.0.7", "@types/mocha": "^10.0.7",

View File

@ -1,7 +1,7 @@
{ {
"name": "vscodestat", "name": "vscodestat",
"displayName": "vscodestat", "displayName": "vscodestat",
"version": "1.1.1", "version": "1.1.12",
"description": "", "description": "",
"categories": [ "categories": [
"Other" "Other"