Compare commits
4 Commits
040c01d8ce
...
v0.0.5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e1d0ab7eef | ||
|
|
769550c990 | ||
|
|
42f7166a11 | ||
|
|
9ed7fd6fb2 |
@@ -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
|
||||
|
||||
1
database/src/sql/version-0.0.4-0.0.5.sql
Normal file
1
database/src/sql/version-0.0.4-0.0.5.sql
Normal file
@@ -0,0 +1 @@
|
||||
-- none
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "cicd",
|
||||
"private": true,
|
||||
"version": "0.0.4",
|
||||
"version": "0.0.5",
|
||||
"description": "Node.js Rest Apis with Express, Sequelize & PostgreSQL",
|
||||
"scripts": {
|
||||
"update:patch": "node scripts/update-version.js -patch",
|
||||
|
||||
Reference in New Issue
Block a user