fix snap builds

This commit is contained in:
Joao Moreno
2019-03-13 12:40:18 +01:00
parent 73734fe339
commit b7f71db33f

View File

@@ -16,6 +16,11 @@ steps:
- script: |
set -e
# Make sure we get latest packages
apt update
apt upgrade -y
# Define variables
REPO="$(pwd)"
ARCH="$(VSCODE_ARCH)"
SNAP_ROOT="$REPO/.build/linux/snap/$ARCH"