Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
fix: install dependencies
Browse files Browse the repository at this point in the history
Lots of testing went into this.. the summary, '.profile' needed files created from 'make logstash-installation' which could not complete without having write access to the 'logstash' folder
  • Loading branch information
nickumia-reisys committed Apr 27, 2022
1 parent 96a1ac1 commit e879fc5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@ jobs:
- name: checkout
uses: actions/checkout@v2
- name: test
run: docker compose run --rm test
run: |
chmod -R 777 logstash
PWD=`pwd` make logstash-installation
docker compose run --rm test

0 comments on commit e879fc5

Please sign in to comment.