Compare commits

..

2 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
3 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,6 @@ steps:
- mc alias set local http://minio:9000 minioadmin minioadmin123 - mc alias set local http://minio:9000 minioadmin minioadmin123
- mc get local/cicd/repository_$CI_REPO_REMOTE_ID/pipeline_$CI_PIPELINE_PARENT .buildinfo - mc get local/cicd/repository_$CI_REPO_REMOTE_ID/pipeline_$CI_PIPELINE_PARENT .buildinfo
- ls -als - ls -als
- more .buildinfo
- name: get-artifact - name: get-artifact
image: *curlimages_curl image: *curlimages_curl

View File

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

View File

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