mirror of
https://github.com/hoverkraft-tech/compose-action.git
synced 2026-01-09 14:13:06 +08:00
14 lines
367 B
Bash
Executable File
14 lines
367 B
Bash
Executable File
#!/bin/sh
|
|
|
|
sleep 2 && cat <<EOF
|
|
_________________________________________________
|
|
< It works! >
|
|
< --abort-on-container-exit --exit-code-from=web >
|
|
-------------------------------------------------
|
|
\ ^__^
|
|
\ (oo)\_______
|
|
(__)\ )\\/\\
|
|
||----w |
|
|
|| ||
|
|
EOF
|