Skip to content

Commit

Permalink
Publish 4.44.0
Browse files Browse the repository at this point in the history
  • Loading branch information
firecow committed Oct 1, 2023
1 parent f6f6fec commit c59eab8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,6 @@ Get rid of all those dev specific shell scripts and make files.

## Installation

### NPM

```bash
npm install -g gitlab-ci-local
```

### Linux based on Debian

Users of Debian-based distributions should prefer the [the Deb822 format][deb822], installed with:
Expand All @@ -77,6 +71,12 @@ sudo apt-get install gitlab-ci-local
Note that the path `/etc/apt/sources.list.d/gitlab-ci-local.list` is used in the file `gitlab-ci-local.list`.
If you change it in these commands you must also change it in `/etc/apt/sources.list.d/gitlab-ci-local.list`.

### NPM

```bash
npm install -g gitlab-ci-local
```

### Macos

*bash version must be above or equal 4.x.x*
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Tired of pushing to test your .gitlab-ci.yml?",
"main": "src/index.js",
"bin": "src/index.js",
"version": "4.43.0",
"version": "4.44.0",
"scripts": {
"pkg-linux": "pkg src/index.js --public -t node18-linux-x64 -o bin/linux/gitlab-ci-local && chmod +x bin/linux/gitlab-ci-local && gzip -c bin/linux/gitlab-ci-local > bin/linux.gz",
"pkg-macos": "pkg src/index.js --public -t node18-macos-x64 -o bin/macos/gitlab-ci-local && gzip -c bin/macos/gitlab-ci-local > bin/macos.gz",
Expand Down

0 comments on commit c59eab8

Please sign in to comment.