Skip to content

Commit

Permalink
Update fly to 3.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ogrand committed Mar 27, 2018
1 parent 7ff66ea commit b64d7d8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ENV BUNDLER_VERSION="1.13.6" \
CF_CLI_VERSION="6.33.1" \
CF_UAAC_VERSION="4.1.0" \
CREDHUB_VERSION="1.6.0" \
FLY_VERSION="3.8.0" \
FLY_VERSION="3.9.2" \
TERRAFORM_VERSION="0.10.2" \
TERRAFORM_PCF_VERSION="0.9.1" \
SHIELD_VERSION="0.10.9" \
Expand Down
1 change: 0 additions & 1 deletion scripts/homedir.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ function create_dir() {

if [ "`id -gn`" == "users" ]; then
create_dir ".bosh"
create_dir ".bosh_init"
create_dir "stemcells"
create_dir "releases"
create_dir "shared"
Expand Down
7 changes: 4 additions & 3 deletions scripts/profile
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ fi
cp /home/<username>/.bashrc ${HOME}/.bashrc
echo ". ~/.bashrc" > ${HOME}/.bash_profile
echo "#--- Alias" > ${HOME}/.bash_aliases
echo "alias log-openstack='. log-openstack'" >> ${HOME}/.bash_aliases
echo "alias log-bosh='. log-bosh'" >> ${HOME}/.bash_aliases
echo "alias log_bosh='. log-bosh'" >> ${HOME}/.bash_aliases
echo "alias bosh2='bosh'" >> ${HOME}/.bash_aliases
echo "alias log-bosh='. log-bosh'" >> ${HOME}/.bash_aliases
echo "alias log-credhub='. log-credhub'" >> ${HOME}/.bash_aliases
echo "alias log-fly='. log-fly'" >> ${HOME}/.bash_aliases
echo "alias log-openstack='. log-openstack'" >> ${HOME}/.bash_aliases
echo "alias diff='colordiff'" >> ${HOME}/.bash_aliases

#--- Link Cloud Foundry plugins
Expand Down

0 comments on commit b64d7d8

Please sign in to comment.