Compare commits
2 Commits
a2512b1cca
...
v0.0.47
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7ef43a29cb | ||
|
|
3f6dddcd0a |
@@ -33,7 +33,7 @@ steps:
|
|||||||
- source .buildinfo
|
- source .buildinfo
|
||||||
- more .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)
|
||||||
|
|||||||
1
database/src/sql/version-0.0.46-0.0.47.sql
Normal file
1
database/src/sql/version-0.0.46-0.0.47.sql
Normal file
@@ -0,0 +1 @@
|
|||||||
|
-- none
|
||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user