Skip to content

Commit 40b71d8

Browse files
author
Mads Jon Nielsen
committed
Set package.json version to 4.39.1, change the ppa in README.md, we are different hosting service, since git repository is getting big.
1 parent b5aec30 commit 40b71d8

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ npm install -g gitlab-ci-local
5858
Users of Debian-based distributions should prefer the [the Deb822 format][deb822], installed with:
5959

6060
```bash
61-
sudo wget -O /etc/apt/sources.list.d/gitlab-ci-local.sources https://firecow.github.io/gitlab-ci-local/ppa/gitlab-ci-local.sources
61+
sudo wget -O /etc/apt/sources.list.d/gitlab-ci-local.sources https://gitlab-ci-local-ppa.firecow.dk/gitlab-ci-local.sources
6262
sudo apt-get update
6363
sudo apt-get install gitlab-ci-local
6464
```
@@ -68,8 +68,8 @@ sudo apt-get install gitlab-ci-local
6868
If your distribution does not support this, you can run these commands:
6969

7070
```bash
71-
curl -s "https://firecow.github.io/gitlab-ci-local/ppa/pubkey.gpg" | sudo apt-key add -
72-
echo "deb https://firecow.github.io/gitlab-ci-local/ppa/ ./" | sudo tee /etc/apt/sources.list.d/gitlab-ci-local.list
71+
curl -s "https://gitlab-ci-local-ppa.firecow.dk/pubkey.gpg" | sudo apt-key add -
72+
echo "deb https://gitlab-ci-local-ppa.firecow.dk ./" | sudo tee /etc/apt/sources.list.d/gitlab-ci-local.list
7373
sudo apt-get update
7474
sudo apt-get install gitlab-ci-local
7575
```

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Tired of pushing to test your .gitlab-ci.yml?",
44
"main": "src/index.js",
55
"bin": "src/index.js",
6-
"version": "4.39.0",
6+
"version": "4.39.1",
77
"scripts": {
88
"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",
99
"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",

0 commit comments

Comments
 (0)