Releases: firecow/gitlab-ci-local
Releases · firecow/gitlab-ci-local
Include file directive can now be an array
- Include file directive can now also be an array
- Fix bug with mounted tmp folder linux file permissions
Copy cache in/out properly
- Proper cache copy in/out functionality
- Possibility to use "old" host mount based caching
- Fixed project variables file, and added it to README
Services port checking
services:
PORT's are now checked before job scripts are executed- Bumped various npm packages
- Use
axios
instead ofnode-fetch
4.26.3
4.26.2
4.26.1
4.26.0
brew install gitlab-ci-local
for them Mac users @FnuGk- Add
--variable
cli option @aepfli - Add
@NoArtifactsToSource
decorator @ck-trigfb - Add
needs: [{j ob: test-job, artifacts:true }]
support @ColdIce1 - Predefined variables are now lowest in the variable override order, as it should be @firecow
- Upgrade npm packages @firecow
- General code simplifications and removal of code smells @firecow
4.25.1
- Add PPA repository
apt-get install gitlab-ci-local
needs:
must fully containdependencies:
- Bugfix regex in
rules:
- Expand variables on
cache:
object - Nested includes with "simple" local references now work.
- Removed a few sonarcloud codesmells
- Bumped various npm packages
4.25.0
CI_PROJECT_PATH bugfix
- Fix bug in CI_PROJECT_PATH
- Move exception handling into handler.ts
- Use base64url instead of base32 to "mask" weird characters
- Fix bug with
coverage:
- Add renovate.json