Compare commits

...

4 Commits

Author SHA1 Message Date
Woodpecker CI
7ef43a29cb chore: release v0.0.47 [skip ci] 2026-05-04 16:36:26 +00:00
spassignat
3f6dddcd0a patch: pipeline minio
Some checks failed
ci/woodpecker/push/build-pipeline Pipeline was successful
ci/woodpecker/deployment/deploy-pipeline Pipeline failed
2026-05-04 18:35:26 +02:00
spassignat
a2512b1cca 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 18:32:53 +02:00
spassignat
bcee6b5514 patch: pipeline minio 2026-05-04 18:30:52 +02:00
3 changed files with 4 additions and 2 deletions

View File

@@ -31,8 +31,9 @@ steps:
commands: | commands: |
- ls -als - ls -als
- source .buildinfo - source .buildinfo
- more .buildinfo
- echo new version: ${NEW_VERSION} - echo new version: ${NEW_VERSION}
- curl -o /tmp/${CI_REPO_NAME}-${NEW_VERSION}.tar "$NEXUS_URL/${CI_REPO_NAME}/${NEW_VERSION}/${CI_REPO_NAME}-${VERSION}.tar" - curl -o /tmp/${CI_REPO_NAME}-${NEW_VERSION}.tar "${NEXUS_URL}/${CI_REPO_NAME}/${NEW_VERSION}/${CI_REPO_NAME}-${VERSION}.tar"
depends_on: [ get-share-data ] depends_on: [ get-share-data ]
# Étape 7: Transfert vers le serveur distant (SCP) # Étape 7: Transfert vers le serveur distant (SCP)

View File

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

View File

@@ -1,7 +1,7 @@
{ {
"name": "cicd", "name": "cicd",
"private": true, "private": true,
"version": "0.0.46", "version": "0.0.47",
"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",