Pinned
877 contributions in the last year
Less
More
Contribution activity
October 2021
Created 55 commits in 2 repositories
Created a pull request in firecow/gitlab-ci-local that received 1 comment
Various improvements
Implement cache being a list. when:never jobs shouldn't be considered producers Use nodejs 16 actions/cache@v2 node_modules
+136
−59
•
1
comment
Opened 4 other pull requests in 1 repository
firecow/gitlab-ci-local
3
merged
1
closed
Reviewed 13 pull requests in 1 repository
firecow/gitlab-ci-local
13 pull requests
- Update dependency typescript to v4.4.4
- Update dependency eslint to v8.0.1
- rules evaluation does not support regex modifiers like case insensiti…
- Update dependency eslint to v8
- Update dependency jest to v27.2.5
- Update dependency ts-node to v10.3.0
- Update typescript-eslint monorepo to v5 (major)
- Fix macos issues with cp
- Update dependency @types/deep-extend to v0.4.32
- fix(include project file): define file input parameter for better-compatibility on tar command
- Less strict darwin check
- Update typescript-eslint monorepo to v4.33.0
- artifacts.reports.dotenv (feature)
Created an issue in firecow/gitlab-ci-local that received 1 comment
needs should fully contain dependencies
Minimal .gitlab-ci.yml illustrating the issue --- job: needs: [one] dependencies: [two] script: - echo "Should fail during parsing and never get to…
1
comment