Skip to content
Snippets Groups Projects
Commit bca2a736 authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

swap detection order between nightly and testing

(cherry picked from commit 091bd25f)
parent 1f265b8d
Branches
No related tags found
1 merge request!201Add awkward-array package
......@@ -21,10 +21,10 @@ if [ -f /etc/jug_info ]; then
if [ ! -z ${container} ]; then
if [[ $version =~ 'unstable' ]]; then
sigil="?"
elif [[ $version =~ 'testing' ]]; then
sigil="*"
elif [[ $version =~ 'nightly' ]]; then
sigil=""
elif [[ $version =~ 'testing' ]]; then
sigil="*"
else # stable
sigil="+"
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment