Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: 64ce28aa by Tony CHEMIT at 2018-05-18T15:07:52Z do not keep project (since it is generated each time) - - - - - 1f6f214d by Tony CHEMIT at 2018-05-18T16:06:18Z Add more jobs [skip ci] - - - - - 4 changed files: - .gitignore - .gitlab-ci.yml - − .mvn/gitlab-cache/project.json - CHANGELOG.md Changes: ===================================== .gitignore ===================================== --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +/.mvn/gitlab-cache/project.json /.idea /*/.idea /target ===================================== .gitlab-ci.yml ===================================== --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -55,7 +55,7 @@ image: registry.gitlab.com/${CI_PROJECT_NAMESPACE}/${CI_PROJECT_NAME}/docker:lat - if [ -n "${MAKE_STAGE}" ]; then ultreiaio-milestone-close; fi - if [ -n "${MAKE_STAGE}" ]; then ultreiaio-release-start; fi - if [ -n "${MAKE_STAGE}" ]; then ultreiaio-release-finish; fi - - if [ -n "${MAKE_STAGE}" ]; then ultreiaio-stage-close; fi + - if [ -n "${MAKE_STAGE}" ]; then ultreiaio-stage-drop; fi - if [ -n "${MAKE_STAGE}" ]; then ultreiaio-changelog-update-staging; fi - if [ -n "${MAKE_STAGE}" ]; then ultreiaio-milestone-create; fi @@ -105,6 +105,7 @@ trigger-make-stage: .automatic: &automatic only: - develop + - develop-8 except: - triggers @@ -157,6 +158,7 @@ release-deploy-demo: .manual: &manual only: - develop + - develop-8 when: manual create-docker: ===================================== .mvn/gitlab-cache/project.json deleted ===================================== --- a/.mvn/gitlab-cache/project.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "id": 2722779, - "name": "ird-observe", - "nameWithNamespace": "ultreiaio / ird-observe", - "description": "See https://observe.ultreia.io", - "defaultBranch": "develop", - "path": "ird-observe", - "visibility": "public", - "pathWithNamespace": "ultreiaio/ird-observe", - "issuesEnabled": true, - "mergeRequestsEnabled": true, - "snippetsEnabled": true, - "wikiEnabled": false, - "jobsEnabled": true, - "sharedRunnersEnabled": true, - "publicJobs": true, - "runnersToken": "pm4bFKxnLaZPMMPssNVP", - "createdAt": "Feb 17, 2017 11:26:32 AM", - "sshUrl": "git@gitlab.com:ultreiaio/ird-observe.git", - "webUrl": "https://gitlab.com/ultreiaio/ird-observe", - "httpUrl": "https://gitlab.com/ultreiaio/ird-observe.git", - "lastActivityAt": "May 17, 2018 8:30:49 PM", - "archived": false, - "namespace": { - "id": 1426670, - "name": "ultreiaio", - "path": "ultreiaio", - "kind": "group", - "fullPath": "ultreiaio" - }, - "permissions": { - "groupAccess": { - "accessLevel": 50, - "notificationLevel": 3 - } - }, - "avatarUrl": "https://assets.gitlab-static.net/uploads/-/system/project/avatar/2722779/log...", - "creatorId": 166231, - "starCount": 0, - "forksCount": 1, - "tagList": [ - "fish", - "ird", - "java" - ], - "sharedWithGroups": [], - "containerRegistryEnabled": true, - "onlyAllowMergeIfPipelineSucceeds": false, - "onlyAllowMergeIfAllDiscussionsAreResolved": false, - "lfsEnabled": true, - "requestAccessEnabled": true, - "approvalsBeforeMerge": 0 -} \ No newline at end of file ===================================== CHANGELOG.md ===================================== --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # ObServe changelog * Author [Tony Chemit](mailto:dev@tchemit.fr) - * Last generated at 2018-05-18 16:36. + * Last generated at 2018-05-18 17:06. ## Version [7.0-RC-13](https://gitlab.com/ultreiaio/ird-observe/milestones/110) View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/compare/1aab00841227d0337ed50999adb... -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/compare/1aab00841227d0337ed50999adb... You're receiving this email because of your account on gitlab.com.