Skip to content

Commit

Permalink
Merge pull request #91 from epage/update
Browse files Browse the repository at this point in the history
docs: Update to maintained install.sh
  • Loading branch information
epage authored Jun 9, 2023
2 parents 378c46e + d359010 commit 9838e1c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
--crate cobalt \
--force \
--target x86_64-unknown-linux-gnu \
--tag v0.16.5
--tag v0.19.0
echo COBALT_BIN=~/.cargo/bin/cobalt >> $GITHUB_ENV
- name: Build
run: ${{ env.COBALT_BIN }} build
Expand Down
8 changes: 4 additions & 4 deletions docs/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ also very easy.
```yml
sudo: false
before_script:
- curl -LSfs https://japaric.github.io/trust/install.sh |
- curl -LSfs https://raw.githubusercontent.com/crate-ci/gh-install/master/v1/install.sh |
sh -s --
--git cobalt-org/cobalt.rs
--crate cobalt
--force
--target x86_64-unknown-linux-gnu
--tag v0.15.0
--tag v0.19.0
- export PATH="$PATH:~/.cargo/bin"
script:
- cobalt build
Expand Down Expand Up @@ -74,11 +74,11 @@ This example `.gitlab-ci.yml` installs and runs cobalt:
image: debian:latest
variables:
COBALT_VERSION: "v0.15.0"
COBALT_VERSION: "v0.19.0"
pages:
script:
- apt-get update && apt-get -y install curl
- curl -LSfs https://japaric.github.io/trust/install.sh |
- curl -LSfs https://raw.githubusercontent.com/crate-ci/gh-install/master/v1/install.sh |
sh -s --
--git cobalt-org/cobalt.rs
--crate cobalt
Expand Down
2 changes: 1 addition & 1 deletion getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Download a [release](https://github.com/cobalt-org/cobalt.rs/releases).
or

```
$ curl -LSfs https://japaric.github.io/trust/install.sh | sh -s -- --git cobalt-org/cobalt.rs --crate cobalt
$ curl -LSfs https://raw.githubusercontent.com/crate-ci/gh-install/master/v1/install.sh | sh -s -- --git cobalt-org/cobalt.rs --crate cobalt
```

### Usage
Expand Down

0 comments on commit 9838e1c

Please sign in to comment.