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

Remove the useless input in the ci/task/pub-environment #87

Merged
merged 1 commit into from
Jul 14, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ All releases of the BOSH CPI for Alibaba Cloud will be documented in this file.

IMPROVEMENTS

- Remove the useless input in the ci/task/pub-environment ([#87](https://github.com/cloudfoundry-incubator/bosh-alicloud-cpi-release/pull/87))
- Improve CI terraform and to support remote state ([#86](https://github.com/cloudfoundry-incubator/bosh-alicloud-cpi-release/pull/86))
- support darwin golang; allow any golang version ([#81](https://github.com/cloudfoundry-incubator/bosh-alicloud-cpi-release/pull/81))

Expand Down
2 changes: 0 additions & 2 deletions ci/tasks/put-environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ set -e
: ${remote_state_file_path:="terraform-state"}
: ${remote_state_file_name:=""}

source bosh-cpi-src/ci/tasks/utils.sh

if [[ ${env_name} == "" ]]; then
if [[ ${generate_random_name} = true ]]; then
env_name="bosh-concourse-$(echo $RANDOM)"
Expand Down
1 change: 0 additions & 1 deletion ci/tasks/put-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ image_resource:

inputs:
- name: bosh-cpi-src
- name: aliyun-cli

outputs:
- name: environment
Expand Down