Skip to content

Commit

Permalink
drone fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
luthermonson authored and Craig Jellick committed May 1, 2019
1 parent cb89e69 commit 6218c49
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ steps:
path: /var/run/docker.sock

- name: github_binary_release
image: ibuildthecloud/github-release:v0.0.1
image: plugins/github-release
settings:
api_key:
from_secret: github_token
Expand Down Expand Up @@ -78,7 +78,7 @@ steps:
path: /var/run/docker.sock

- name: github_binary_release
image: ibuildthecloud/github-release:v0.0.1
image: plugins/github-release
settings:
api_key:
from_secret: github_token
Expand Down Expand Up @@ -140,7 +140,7 @@ steps:
path: /var/run/docker.sock

- name: github_binary_release
image: ibuildthecloud/github-release:v0.0.1
image: plugins/github-release
settings:
api_key:
from_secret: github_token
Expand Down
2 changes: 1 addition & 1 deletion scripts/package
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if echo $TAG | grep -q dirty; then
fi

mkdir -p dist/artifacts
cp bin/helm-controller dist/artifacts/helm-controller{SUFFIX}
cp bin/helm-controller dist/artifacts/helm-controller${SUFFIX}

IMAGE=${REPO}/helm-controller:${TAG}
DOCKERFILE=package/Dockerfile
Expand Down

0 comments on commit 6218c49

Please sign in to comment.