Skip to content

Commit

Permalink
README.md: fix "configure" call example
Browse files Browse the repository at this point in the history
  • Loading branch information
kosma committed Jan 29, 2017
1 parent 69b801d commit 61b346e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
1. Create a Gitlab private token and save it in `art` configuration:

```shell
art config https://gitlab.example.com/ 'as1!df2@gh3#jk4$'
art configure https://gitlab.example.com/ 'as1!df2@gh3#jk4$'
```

2. Create `artifacts.yml` with definitions of needed artifacts:
Expand Down Expand Up @@ -56,7 +56,7 @@ Add the following commands to your `.gitlab-ci.yml`:
```yaml
before_script:
- sudo pip install https://github.com/kosma/art
- art configure
- art configure <url> <token>
- art download
- art install
cache:
Expand Down

0 comments on commit 61b346e

Please sign in to comment.