17 lines
215 B
Bash
17 lines
215 B
Bash
# Elixir definitions for Linux testing (only one tag)
|
|
# Copy this file to the "projects" directory
|
|
|
|
list_tags()
|
|
{
|
|
echo "v5.6.1"
|
|
}
|
|
|
|
list_tags_h()
|
|
{
|
|
echo "v5 v5.6 v5.6.1"
|
|
}
|
|
|
|
get_latest()
|
|
{
|
|
echo "v5.6.1"
|
|
}
|