Created
November 15, 2019 07:48
-
-
Save Roms1383/e1da6427a9642091729b291f73f7ebda to your computer and use it in GitHub Desktop.
Integration tests of a MESG Service on GitHub Actions ✅
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
mesg-cli service:stop "$(cat MESG_INSTANCE_HASH.txt)" | |
mesg-cli daemon:stop | |
rm -f ./MESG_SERVICE_HASH.txt | |
rm -f ./MESG_INSTANCE_HASH.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment