Unverified Commit 46e3f7b8 authored by Erik Wilson's avatar Erik Wilson Committed by GitHub

Merge pull request #609 from ibuildthecloud/master

Update to dapper v0.4.2
parents 906dc2fb ee9a6433
...@@ -8,7 +8,7 @@ platform: ...@@ -8,7 +8,7 @@ platform:
steps: steps:
- name: build - name: build
image: rancher/dapper:v0.4.1 image: rancher/dapper:v0.4.2
commands: commands:
- dapper ci - dapper ci
volumes: volumes:
...@@ -56,7 +56,7 @@ steps: ...@@ -56,7 +56,7 @@ steps:
- tag - tag
- name: sonobuoy-e2e-tests - name: sonobuoy-e2e-tests
image: rancher/dapper:v0.4.1 image: rancher/dapper:v0.4.2
commands: commands:
- dapper -f Dockerfile.sonobuoy.dapper - dapper -f Dockerfile.sonobuoy.dapper
volumes: volumes:
...@@ -95,7 +95,7 @@ platform: ...@@ -95,7 +95,7 @@ platform:
steps: steps:
- name: build - name: build
image: rancher/dapper:v0.4.1 image: rancher/dapper:v0.4.2
commands: commands:
- dapper ci - dapper ci
volumes: volumes:
...@@ -157,7 +157,7 @@ platform: ...@@ -157,7 +157,7 @@ platform:
steps: steps:
- name: build - name: build
image: rancher/dapper:v0.4.1 image: rancher/dapper:v0.4.2
commands: commands:
- dapper ci - dapper ci
volumes: volumes:
......
...@@ -2,7 +2,7 @@ TARGETS := $(shell ls scripts | grep -v \\.sh) ...@@ -2,7 +2,7 @@ TARGETS := $(shell ls scripts | grep -v \\.sh)
.dapper: .dapper:
@echo Downloading dapper @echo Downloading dapper
@curl -sL https://releases.rancher.com/dapper/latest/dapper-`uname -s`-`uname -m` > .dapper.tmp @curl -sL https://releases.rancher.com/dapper/v0.4.2/dapper-`uname -s`-`uname -m` > .dapper.tmp
@@chmod +x .dapper.tmp @@chmod +x .dapper.tmp
@./.dapper.tmp -v @./.dapper.tmp -v
@mv .dapper.tmp .dapper @mv .dapper.tmp .dapper
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment