[c] Remove broken colorisation
This commit is contained in:
parent
6374398544
commit
968673e8cd
1 changed files with 1 additions and 1 deletions
2
Justfile
2
Justfile
|
@ -64,7 +64,7 @@ publish image=default_image runner=default_runner:
|
|||
{{runner}} login gitpot.dev -u $GITPOT_USERNAME -p $GITPOT_PASSWORD
|
||||
@# push the specified image to the container registry
|
||||
{{runner}} push {{image}}
|
||||
@echo -e "\e[1;32mPublished {{image}} successfuly! Use '{{runner}} pull {{image}}' to pull the container.\e[0m"
|
||||
@echo "Published {{image}} successfuly! Use '{{runner}} pull {{image}}' to pull the container."
|
||||
|
||||
# development
|
||||
|
||||
|
|
Loading…
Reference in a new issue