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

Fix path

parent 9ef27994
No related branches found
No related tags found
No related merge requests found
...@@ -8,10 +8,10 @@ echo "$SNAPCRAFT_CONFIG" > "$HOME/.config/snapcraft/snapcraft.cfg" ...@@ -8,10 +8,10 @@ echo "$SNAPCRAFT_CONFIG" > "$HOME/.config/snapcraft/snapcraft.cfg"
if [[ $TRAVIS_TAG ]] if [[ $TRAVIS_TAG ]]
then then
CHANNEL=stable CHANNEL=stable
SNAP_FOLDER=$PWD/snapcraft/stable SNAP_FOLDER=$PWD/.snapcraft/stable
else else
CHANNEL=edge CHANNEL=edge
SNAP_FOLDER=$PWD/snapcraft/edge SNAP_FOLDER=$PWD/.snapcraft/edge
fi fi
docker run -v $HOME:/root -v $SNAP_FOLDER:/cwd snapcore/snapcraft sh -c 'cd /cwd; snapcraft' docker run -v $HOME:/root -v $SNAP_FOLDER:/cwd snapcore/snapcraft sh -c 'cd /cwd; snapcraft'
......
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