Compare commits

..

8 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
3 changed files with 6 additions and 39 deletions

View File

@ -1,23 +1,15 @@
kind: pipeline
type: ssh
name: default
server:
host: build.gextra.net
user: root
ssh_key:
from_secret: ssh_key_secret
trigger:
event:
- tag
steps:
- name: build
environment:
PASSWORD:
from_secret: password
image: node
commands:
- npm install -g vsce
- npm ci
- vsce package
@ -25,31 +17,6 @@ steps:
image: plugins/gitea-release
settings:
base_url: https://gitea.raphaelpiccolo.com
files: "*.vsix"
files: ./*.vsix
api_key:
from_secret: gitea_token
# - name: deploy
# environment:
# PASSWORD:
# from_secret: password
# when:
# status:
# - success
# - 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",
"version": "1.1.6",
"version": "1.1.12",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "vscodestat",
"version": "1.1.6",
"version": "1.1.12",
"license": "ISC",
"devDependencies": {
"@types/mocha": "^10.0.7",

View File

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