Compare commits

..

8 Commits

Author SHA1 Message Date
Woodpecker CI
14342999e2 chore: release v0.0.50 [skip ci] 2026-05-04 17:32:02 +00:00
spassignat
0e18715f05 patch: pipeline minio
Some checks failed
ci/woodpecker/push/build-pipeline Pipeline was successful
ci/woodpecker/deployment/deploy-pipeline Pipeline failed
2026-05-04 19:31:04 +02:00
spassignat
b64fa8fada Merge remote-tracking branch 'origin/main'
Some checks failed
ci/woodpecker/push/build-pipeline Pipeline was successful
ci/woodpecker/deployment/deploy-pipeline Pipeline failed
2026-05-04 19:17:39 +02:00
spassignat
932c500c1b patch: pipeline minio 2026-05-04 19:17:28 +02:00
Woodpecker CI
72d52577e3 chore: release v0.0.49 [skip ci] 2026-05-04 17:09:55 +00:00
spassignat
3919254309 patch: pipeline minio
Some checks failed
ci/woodpecker/push/build-pipeline Pipeline was successful
ci/woodpecker/deployment/deploy-pipeline Pipeline failed
2026-05-04 19:08:55 +02:00
spassignat
b4f2bb4e33 patch: pipeline minio 2026-05-04 19:03:21 +02:00
spassignat
75a3c7febb patch: pipeline minio 2026-05-04 18:54:00 +02:00
4 changed files with 4 additions and 5 deletions

View File

@@ -28,11 +28,8 @@ steps:
from_secret: nexus_password from_secret: nexus_password
NEXUS_REPOSITORY: domaine-passignat NEXUS_REPOSITORY: domaine-passignat
NEXUS_URL: *nexus_url NEXUS_URL: *nexus_url
commands: | commands:
- ls -als - ls -als
- source .buildinfo
- more .buildinfo
- echo new version: ${NEXUS_URL}/${CI_REPO_NAME}/${NEW_VERSION}/${CI_REPO_NAME}-${NEW_VERSION}.tar
- curl -o /tmp/${CI_REPO_NAME}-${NEW_VERSION}.tar "${NEXUS_URL}/${CI_REPO_NAME}/${NEW_VERSION}/${CI_REPO_NAME}-${NEW_VERSION}.tar" - curl -o /tmp/${CI_REPO_NAME}-${NEW_VERSION}.tar "${NEXUS_URL}/${CI_REPO_NAME}/${NEW_VERSION}/${CI_REPO_NAME}-${NEW_VERSION}.tar"
depends_on: [ get-share-data ] depends_on: [ get-share-data ]

View File

@@ -0,0 +1 @@
-- none

View File

@@ -0,0 +1 @@
-- none

View File

@@ -1,7 +1,7 @@
{ {
"name": "cicd", "name": "cicd",
"private": true, "private": true,
"version": "0.0.48", "version": "0.0.50",
"description": "Node.js Rest Apis with Express, Sequelize & PostgreSQL", "description": "Node.js Rest Apis with Express, Sequelize & PostgreSQL",
"scripts": { "scripts": {
"update:patch": "node scripts/update-version.js -patch", "update:patch": "node scripts/update-version.js -patch",