Skip to content

Commit

Permalink
Use pygmy-go in ahoy fix-bay-token
Browse files Browse the repository at this point in the history
See #69
  • Loading branch information
christopher-hopper committed Dec 16, 2021
1 parent d9e0171 commit 090e3cf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .ahoy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,14 +113,14 @@ commands:
fix-bay-token:
usage: Fix the bay token by re-importing.
cmd: |
pygmy stop \
pygmy-go down \
&& sleep 1 \
&& pygmy start \
&& pygmy-go up \
&& docker ps -a | grep Exit | cut -d ' ' -f 1 | xargs docker rm \
&& docker-compose up -d --force \
&& pygmy stop \
&& pygmy-go down \
&& sleep 1 \
&& pygmy start
&& pygmy-go up
link-package:
usage: Link package from current repository root.
Expand Down

0 comments on commit 090e3cf

Please sign in to comment.