Skip to content

Commit

Permalink
testing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kewegner committed Jun 26, 2019
1 parent 2cddb83 commit 05f526d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
- docker

install:
- wget https://github.com/appsody/controller/releases/download/0.2.1/appsody-controller
- wget https://github.com/kewegner/controller/releases/download/0.2.5/appsody-controller
- chmod +x appsody-controller
- mkdir ~/.appsody
- cp appsody-controller ~/.appsody/
Expand All @@ -39,4 +39,4 @@ deploy:
file_glob: true
on:
tags: true
repo: appsody/appsody

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ BINARY_EXT_darwin :=
BINARY_EXT_windows := .exe
DOCKER_IMAGE_RPM := alectolytic/rpmbuilder
DOCKER_IMAGE_DEB := chilantim/debian-builder
CONTROLLER_BASE_URL := https://github.com/${GH_ORG}/controller/releases/download/0.2.1
CONTROLLER_BASE_URL := https://github.com/${GH_ORG}/controller/releases/download/0.2.5

#### Dynamic variables. These change depending on the target name.
# Gets the current os from the target name, e.g. the 'build-linux' target will result in os = 'linux'
Expand Down

0 comments on commit 05f526d

Please sign in to comment.