Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

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 ae433d6 commit 7d5bb28
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 7d5bb28

Please sign in to comment.