Skip to content

Commit

Permalink
snap: v1 channels
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Jun 9, 2020
1 parent d7a6145 commit 4a8f8fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/ci/before_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ fi

if [[ -n "$TRAVIS_TAG" ]]; then
if [[ $(echo "$TRAVIS_TAG" | grep -E '^[0-9]+\.[0-9]+\.[0-9]+$') ]]; then
echo "export SNAP_CHANNEL=stable" >>env.sh
echo "export SNAP_CHANNEL=stable,v1/stable" >>env.sh
else
echo "export SNAP_CHANNEL=beta" >>env.sh
echo "export SNAP_CHANNEL=beta,v1/beta" >>env.sh
fi
else
echo "export SNAP_CHANNEL=edge" >>env.sh
echo "export SNAP_CHANNEL=edge,v1/edge" >>env.sh
fi

0 comments on commit 4a8f8fb

Please sign in to comment.