Skip to content

Commit

Permalink
Fix print_env_info failure behavior
Browse files Browse the repository at this point in the history
- It should not leave you stranded in capi-env-pool

[#155302264]

Signed-off-by: Utako Ueda <[email protected]>
  • Loading branch information
rainmaker authored and utako committed Feb 26, 2018
1 parent 93e593f commit 876ce2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom-bash-it-plugins/capi-aliases.bash
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ alias bootstrap_cf='~/workspace/capi-release/scripts/bootstrap-cf'
alias target_cf='~/workspace/capi-release/scripts/target-cf'
alias target_uaa='~/workspace/capi-release/scripts/target-uaa'
alias deploy='create_and_force_deploy'
alias print_env_info='pushd ~/workspace/capi-env-pool > /dev/null && git pull > /dev/null && ~/workspace/capi-ci/ci/bosh-lite/src/print_env_info && popd > /dev/null'
alias print_env_info='pushd ~/workspace/capi-env-pool > /dev/null; git pull > /dev/null && ~/workspace/capi-ci/ci/bosh-lite/src/print_env_info; popd > /dev/null'

# PSQL
alias psql_bosh_lite='~/workspace/capi-release/scripts/psql-bosh-lite'
Expand Down

0 comments on commit 876ce2c

Please sign in to comment.