Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ffa32e2e81 | ||
|
|
7ee393b594 |
@@ -30,6 +30,7 @@ steps:
|
||||
NEXUS_URL: *nexus_url
|
||||
commands:
|
||||
- ls -als
|
||||
- source .buildinfo
|
||||
- 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 ]
|
||||
|
||||
|
||||
1
database/src/sql/version-0.0.50-0.0.51.sql
Normal file
1
database/src/sql/version-0.0.50-0.0.51.sql
Normal file
@@ -0,0 +1 @@
|
||||
-- none
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "cicd",
|
||||
"private": true,
|
||||
"version": "0.0.50",
|
||||
"version": "0.0.51",
|
||||
"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