Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upstream master with mods rebased #964

Closed
wants to merge 9 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test with new style $$ vars
  • Loading branch information
mohit committed Apr 7, 2015
commit 66458412fa89d78af47c786ad8f058bf4a227b5a
8 changes: 4 additions & 4 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ publish:
docker:
branch: upstream-master-with-mods
docker_port: 4243
docker_host: {{docker_host}}
docker_host: $$docker_host
docker_version: 0.10.0
email: {{docker_email}}
email: $$docker_email
image_name: clever/drone
password: {{docker_password}}
password: $$docker_password
tags:
- $(git rev-parse --short HEAD)
#- latest
registry_login: true
username: {{docker_username}}
username: $$docker_username