Compare commits

..

5 Commits

Author SHA1 Message Date
spassignat
769550c990 patch: test 45
All checks were successful
ci/woodpecker/push/build-pipeline Pipeline was successful
2026-05-02 16:07:18 +02:00
spassignat
42f7166a11 Merge remote-tracking branch 'origin/main' 2026-05-02 16:07:07 +02:00
spassignat
9ed7fd6fb2 patch: test 45 2026-05-02 16:07:00 +02:00
Woodpecker CI
040c01d8ce chore: release v0.0.4 [skip ci] 2026-05-02 13:52:10 +00:00
spassignat
8b85904333 patch: test 44
All checks were successful
ci/woodpecker/push/build-pipeline Pipeline was successful
2026-05-02 15:51:09 +02:00
4 changed files with 5 additions and 5 deletions

View File

@@ -114,6 +114,8 @@ steps:
from_secret: nexus_password
commands: |
source $CI_WORKSPACE/version.env
echo $CI_REPO_OWNER
echo $CI_REPO_NAME
if [ "$version_type" != "none" ]; then
@@ -146,10 +148,6 @@ steps:
GITEA_TOKEN:
from_secret: gitea_token
commands: |
pwd
ls -als
echo $CI_WORKSPACE
echo $CI_WORKSPACE
source $CI_WORKSPACE/version.env
if [ "$version_type" != "none" ]; then

View File

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

View File

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

View File

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