Skip to content

Commit

Permalink
Make SNAP_CHANNEL more visible in build log
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Aug 18, 2018
1 parent bbe8154 commit edc5fc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/snap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit edc5fc0

Please sign in to comment.