Skip to content

Commit

Permalink
Merge pull request #442 from travis-ci/meat-bump-kernel-4.11
Browse files Browse the repository at this point in the history
Bump to linux kernel 4.11.6
  • Loading branch information
meatballhat authored Jun 20, 2017
2 parents 9051634 + fe601c1 commit 769ca18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packer-scripts/install-ubuntu-mainline-kernel
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ main() {
: "${APT_GET:=apt-get}"
: "${CURL:=curl}"
: "${DPKG:=dpkg}"
: "${KERNEL_VERSION:=4.8.12}"
: "${KERNEL_VERSION:=4.11.6}"
: "${TMPDIR:=/var/tmp}"

local kv="${KERNEL_VERSION}"
Expand Down
2 changes: 1 addition & 1 deletion worker.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: travis-worker (via docker) image
description: travis-worker (via docker) image!
variables:
aws_access_key: "{{ env `AWS_ACCESS_KEY` }}"
aws_secret_key: "{{ env `AWS_SECRET_KEY` }}"
Expand Down

0 comments on commit 769ca18

Please sign in to comment.