Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robbinparrish/learning-project-nodejs-npm
Learning project nodejs npm
https://github.com/robbinparrish/learning-project-nodejs-npm
devcontainer docker docker-compose dockerfile docs learning learning-project learning-project-nodejs linux nodejs notes npm
Last synced: about 2 months ago
JSON representation
Learning project nodejs npm
- Host: GitHub
- URL: https://github.com/robbinparrish/learning-project-nodejs-npm
- Owner: robbinparrish
- Created: 2023-10-31T08:51:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-01T05:46:43.000Z (about 1 year ago)
- Last Synced: 2024-02-16T08:39:14.744Z (11 months ago)
- Topics: devcontainer, docker, docker-compose, dockerfile, docs, learning, learning-project, learning-project-nodejs, linux, nodejs, notes, npm
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.gitlab-ci.md
Awesome Lists containing this project
README
## learning-project-nodejs-npm gitlab CI config.
### Pre-requists for pipeline.
- Release branches - "/^v+\d+\.+\d+\.+\d+$/" and "main"
- PROJECT_ACCESS_TOKEN - Access Token for Project to create Tag. Must be preconfigured in CI Variables.### As a templates following stages are added to the .gitlab-ci.yml file.
- generate_version_id - Generate version number ID.
- release_version_id - Release version ID.