Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5ef1f821a0 | ||
|
|
95222843e6 |
@@ -31,7 +31,13 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- ls -als
|
- ls -als
|
||||||
- source .buildinfo
|
- source .buildinfo
|
||||||
- curl -o /tmp/${CI_REPO_NAME}-${NEW_VERSION}.tar "${NEXUS_URL}/${CI_REPO_NAME}/${NEW_VERSION}/${CI_REPO_NAME}-${NEW_VERSION}.tar"
|
- env
|
||||||
|
- echo $NEW_VERSION
|
||||||
|
- echo ${NEW_VERSION}
|
||||||
|
- echo $NEXUS_URL
|
||||||
|
- echo ${NEXUS_URL}
|
||||||
|
- echo ${CI_REPO_NAME}
|
||||||
|
- 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 ]
|
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.51-0.0.52.sql
Normal file
1
database/src/sql/version-0.0.51-0.0.52.sql
Normal file
@@ -0,0 +1 @@
|
|||||||
|
-- none
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "cicd",
|
"name": "cicd",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.0.51",
|
"version": "0.0.52",
|
||||||
"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