Skip to content

Commit

Permalink
Merge pull request #1 from jkim-mi/v71-ubuntu-focal-6.0.10
Browse files Browse the repository at this point in the history
vrt-v71 ubuntu focal 6.0.10
  • Loading branch information
jkim-mi authored Jul 28, 2022
2 parents 1f37878 + 2b3e697 commit ba74f58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- "https://varnish-cache.org/_downloads/varnish-6.4.0.tgz" #VRT=11.0
- "https://varnish-cache.org/_downloads/varnish-6.3.2.tgz" #VRT=10.0
- "https://varnish-cache.org/_downloads/varnish-6.2.3.tgz" #VRT=9.0
- "https://varnish-cache.org/_downloads/varnish-6.0.8.tgz" #VRT=7.1
- "https://varnish-cache.org/_downloads/varnish-6.0.10.tgz" #VRT=7.1
include:
- varnish: "https://github.com/varnishcache/varnish-cache/archive/master.tar.gz"
allow_failures: "true"
Expand Down
2 changes: 1 addition & 1 deletion debian.vrt/bf_build_71.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh

curl -s https://packagecloud.io/install/repositories/varnishcache/varnish60lts/script.deb.sh | sudo bash
sudo apt-get install varnish=6.0.8-1~`lsb_release -cs` varnish-dev=6.0.8-1~`lsb_release -cs`
sudo apt-get install varnish=6.0.10-1~`lsb_release -cs` varnish-dev=6.0.10-1~`lsb_release -cs`

0 comments on commit ba74f58

Please sign in to comment.