Skip to content

Commit

Permalink
Remove wheezy from Jenkins build process
Browse files Browse the repository at this point in the history
  • Loading branch information
eric1tran committed Aug 1, 2019
1 parent d9a7863 commit 1ecc925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
node(label: 'raspberrypi') {
def dists = ["stretch", "jessie", "wheezy"]
def dists = ["stretch", "jessie"]
def srcdir = "${WORKSPACE}/src"

stage('Checkout') {
Expand Down

0 comments on commit 1ecc925

Please sign in to comment.