Make SNAP_CHANNEL more visible in build log

This commit is contained in:
Michael Vines 2018-08-17 21:39:42 -07:00
parent bbe815468d
commit edc5fc098e
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 2 additions and 2 deletions

View File

@ -45,11 +45,11 @@ if [[ ! -x /usr/bin/multilog ]]; then
exit 1
fi
echo --- build
echo --- build: $SNAP_CHANNEL channel
snapcraft
source ci/upload_ci_artifact.sh
upload_ci_artifact solana_*.snap
echo --- publish
echo --- publish: $SNAP_CHANNEL channel
$DRYRUN snapcraft push solana_*.snap --release $SNAP_CHANNEL