Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
lpgauth committed Mar 18, 2024
1 parent 0b07553 commit b86b17f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ jobs:
run: |
ls -l /
cat /docker-entrypoint.py
python3 /docker-entrypoint.py
/usr/bin/scylla --log-to-syslog 0 --log-to-stdout 1 --default-log-level info --network-stack posix --developer-mode=1 --overprovisioned --listen-address 192.168.215.2 --rpc-address 192.168.215.2 --seed-provider-parameters seeds=192.168.215.2 --alternator-address 192.168.215.2 --blocked-reactor-notify-ms 999999999
&python3 /docker-entrypoint.py
- name: Set Path
run: |
echo "/usr/local/lib/erlang/bin" >> $GITHUB_PATH
Expand Down

0 comments on commit b86b17f

Please sign in to comment.