Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Danny Froberg
microk8s
Commits
85728d23
Unverified
Commit
85728d23
authored
Mar 01, 2019
by
Konstantinos Tsakalozos
Committed by
GitHub
Mar 01, 2019
Browse files
Use snapcraft docker image from beta tag as it builds more often (#342)
parent
26148640
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
85728d23
...
...
@@ -5,7 +5,7 @@ sudo: required
services
:
[
docker
]
script
:
-
docker run -v $(pwd):$(pwd) -w $(pwd) snapcore/snapcraft:
stable
sh -c "apt update && snapcraft"
-
docker run -v $(pwd):$(pwd) -w $(pwd) snapcore/snapcraft:
beta
sh -c "apt update && snapcraft"
-
sudo apt update
-
sudo apt install --yes snapd
-
sudo snap install *.snap --classic --dangerous
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment