Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Modify set docker-compose path (#517)
Browse files Browse the repository at this point in the history
  • Loading branch information
sruti1312 authored Nov 18, 2020
1 parent 36203ef commit 72635cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
working-directory: ./tmp/pa
run: ./gradlew updateShas
- name: Set docker-compose path
run: echo ::set-env name=DOCKER_COMPOSE_LOCATION::$(which docker-compose)
run: DOCKER_COMPOSE_LOCATION=$(which docker-compose)
# Set the vm.max_map_count system property to the minimum required to run Elasticsearch
- name: Set vm.max_map_count
run: sudo sysctl -w vm.max_map_count=262144
Expand Down

0 comments on commit 72635cc

Please sign in to comment.