Skip to content
This repository has been archived by the owner on Aug 31, 2022. It is now read-only.

Commit

Permalink
corections of typo #1
Browse files Browse the repository at this point in the history
  • Loading branch information
OMI69-orange committed Jul 13, 2018
1 parent 99c7d32 commit 68ab5a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 14 deletions.
7 changes: 0 additions & 7 deletions ci/config/final.yml

This file was deleted.

4 changes: 2 additions & 2 deletions ci/deployment/create-release/scripts/create-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ pushd cassandra-bosh-release|| exit 666
sed -i -e "s/^\(final_name:\).*/\1 ${BOSH_RELEASE}/" config/final.yml

# removing deployment
# bosh -e ${ALIAS} delete-deployment -n -d ${DEPLOYMENT_NAME}
bosh -e ${ALIAS} delete-deployment -n -d ${DEPLOYMENT_NAME}

# removing already existing release if exists
bosh -e ${ALIAS} releases | cat | grep ${cassandra-ci-v8} |while read rel ver other
bosh -e ${ALIAS} releases | cat | grep ${BOSH_RELEASE} |while read rel ver other
do
if [ "${rel}" == "${BOSH_RELEASE}" ]
then
Expand Down
6 changes: 1 addition & 5 deletions ci/deployment/create-release/tasks/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ image_resource:
inputs:
- name: bosh-director-config
- name: cassandra-bosh-release
- name: versions

outputs:
- name: deployed

run:
path: cassandra-bosh-release/ci/deployement/scripts/deploy.sh
path: cassandra-bosh-release/ci/deployement/scripts/deploy.sh

0 comments on commit 68ab5a7

Please sign in to comment.