Skip to content

Commit

Permalink
Remove any reference to GitLab in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
vvanholl committed May 29, 2021
1 parent b0e2056 commit b37f97e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,11 +156,11 @@ Project contains [integration tests](src/test/resources/rest-api-spec) implement
[rest layer](https://github.com/elastic/elasticsearch/blob/master/TESTING.asciidoc#testing-the-rest-layer)
framework.

To run everything similar to the gitlab pipeline you can do:
To run everything similar to the GitHub Actions pipeline you can do:
```
docker run -v $(pwd):/home/gradle gradle:6.6.0-jdk14 su gradle -c 'gradle check'
docker run -v $(pwd):/home/gradle gradle:7.0.2-jdk16 su gradle -c 'gradle check'
```
NOTE: Please keep version in sync with .gitlab-ci.yml
NOTE: Please keep version in sync with .github/workflows/ci.yml


Complete test suite is run using:
Expand Down

0 comments on commit b37f97e

Please sign in to comment.