Skip to content

Commit

Permalink
Fix README (#1474)
Browse files Browse the repository at this point in the history
Remove a deprecated link about testing the GitLab-Based CI locally
  • Loading branch information
jubnzv authored Jan 25, 2024
1 parent 788beae commit 1bdb182
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,6 @@ docker run --rm -it -v ${pwd}:/sources paritytech/contracts-ci-linux \
cargo contract new --target-dir /sources my_contract
```

If you want to reproduce other steps of CI process you can use the following
[guide](https://github.com/paritytech/scripts#reproduce-ci-locally).

### Verifiable builds

Some block explorers require the Wasm binary to be compiled in the deterministic environment.
Expand All @@ -91,7 +88,7 @@ To achieve it, you should build your contract using Docker image we provide:
cargo contract build --verifiable
```

You can find more detailed documentation how to use the image [here](/build-image/README.md)
You can find more detailed documentation how to use the image [here](/build-image/README.md).

## Usage

Expand Down

0 comments on commit 1bdb182

Please sign in to comment.