Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
72d52577e3 | ||
|
|
3919254309 | ||
|
|
b4f2bb4e33 | ||
|
|
75a3c7febb |
@@ -18,6 +18,7 @@ steps:
|
||||
- mc alias set local http://minio:9000 minioadmin minioadmin123
|
||||
- mc get local/cicd/repository_$CI_REPO_REMOTE_ID/pipeline_$CI_PIPELINE_PARENT .buildinfo
|
||||
- ls -als
|
||||
- more .buildinfo
|
||||
|
||||
- name: get-artifact
|
||||
image: *curlimages_curl
|
||||
@@ -28,11 +29,9 @@ steps:
|
||||
from_secret: nexus_password
|
||||
NEXUS_REPOSITORY: domaine-passignat
|
||||
NEXUS_URL: *nexus_url
|
||||
commands: |
|
||||
commands:
|
||||
- ls -als
|
||||
- source .buildinfo
|
||||
- more .buildinfo
|
||||
- echo new version: ${NEXUS_URL}/${CI_REPO_NAME}/${NEW_VERSION}/${CI_REPO_NAME}-${NEW_VERSION}.tar
|
||||
- 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.48-0.0.49.sql
Normal file
1
database/src/sql/version-0.0.48-0.0.49.sql
Normal file
@@ -0,0 +1 @@
|
||||
-- none
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "cicd",
|
||||
"private": true,
|
||||
"version": "0.0.48",
|
||||
"version": "0.0.49",
|
||||
"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