Skip to content

Commit

Permalink
Fix artifact name.
Browse files Browse the repository at this point in the history
  • Loading branch information
enxebre committed May 15, 2015
1 parent 8f11402 commit 4e4dca7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bootstrap/digitalocean/config-default.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ TF_VAR_region=${TF_VAR_region:-lon1}
TF_VAR_key_file=${TF_VAR_key_file:?"Need to set TF_VAR_key_file non-empty"}
TF_VAR_do_token=${TF_VAR_do_token:?"Need to set TF_VAR_do_token non-empty"}

TF_VAR_atlas_artifact_master=${TF_VAR_atlas_artifact_master:-enxebre/apollo-mesos-ubuntu-14.04-amd64}
TF_VAR_atlas_artifact_slave=${TF_VAR_atlas_artifact_slave:-enxebre/apollo-mesos-ubuntu-14.04-amd64}
TF_VAR_atlas_artifact_master=${TF_VAR_atlas_artifact_master:-capgemini/apollo-mesos-ubuntu-14.04-amd64}
TF_VAR_atlas_artifact_slave=${TF_VAR_atlas_artifact_slave:-capgemini/apollo-mesos-ubuntu-14.04-amd64}
TF_VAR_atlas_artifact_version_master=${TF_VAR_atlas_artifact_version_master:-1}
TF_VAR_atlas_artifact_version_slave=${TF_VAR_atlas_artifact_version_slave:-1}

Expand Down

0 comments on commit 4e4dca7

Please sign in to comment.