Skip to content

Commit

Permalink
doc: fix Gitlab CI example
Browse files Browse the repository at this point in the history
This version was tested on gitlab.com.
  • Loading branch information
RyanTM (Pololu) committed Dec 9, 2020
1 parent 4f75a88 commit 4c78471
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,16 @@ jobs:
Add the below code to a file named `.gitlab-ci.yml` to your library.

```yaml
image: $CI_REGISTRY_IMAGE/nixos/nix:2.3.6
image: nixos/nix:2.3.6
stages:
- ci
ci:
stage: ci
script:
- git clone https://github.com/pololu/arduino-ci.git ci
- nix-env -f https://github.com/NixOS/nixpkgs/archive/nixpkgs-unstable.tar.gz -iA git bash
- git clone https://github.com/pololu/arduino-ci ci
- ci/ci
```

Expand Down

0 comments on commit 4c78471

Please sign in to comment.