Skip to content
Snippets Groups Projects
Unverified Commit aa2bd48f authored by Aaron Ogle's avatar Aaron Ogle
Browse files

add log to let us know which release channel its using

parent 96c24257
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,8 @@ else
SNAP_FOLDER=$PWD/.snapcraft/edge
fi
echo "snapping release for $CHANNEL channel"
docker run -v $HOME:/root -v $SNAP_FOLDER:/cwd snapcore/snapcraft sh -c 'cd /cwd; apt update && snapcraft'
docker run -v $HOME:/root -v $SNAP_FOLDER:/cwd -e CHANNEL=$CHANNEL snapcore/snapcraft sh -c "cd /cwd; snapcraft push *.snap --release $CHANNEL"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment