forge
forge copied to clipboard
Forge stuck on checking for remote version
I have project with almost ten services. When I try to run forge -v deploy
, sometimes it stops at
[...]
║ Successfully built 914277e78f60
║ Successfully tagged xxx.amazonaws.com/service:aebc64fe323a9fd9fed30d93289f0e6c58865b54.sha
║ docker images -q xxx.amazonaws.com/service:aebc64fe323a9fd9fed30d93289f0e6c58865b54.sha
║ 914277e78f60
║ checking for remote version: 'aebc64fe323a9fd9fed30d93289f0e6c58865b54.sha'
It stays on this line till I manually stop the script. I'm not sure what causes this issue, as at the moment I don't have clear way to reproduce it.
I'm using forge 0.4.9
, which is the latest at the time of writing.