Skip to content
This repository has been archived by the owner on Feb 21, 2020. It is now read-only.

Fixing deployment scripts, bug and CI badge. #34

Merged
merged 12 commits into from
May 6, 2019

Conversation

ivilches
Copy link
Contributor

Fixed Powershell and bash deployment scripts.
Fixed bug with relationship between cities and hotels.
Added CI status badge.

@@ -53,7 +53,8 @@ while [ "$1" != "" ]; do
-d | --dns) shift
dns=$1
;;
--httpRouting) httpRouting=1
--httpRouting) shift
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that the "shift" in --httRouting is not correct: switch parameters can't have a "shift". If they do, next parameter name will be swallowed resulting in parameter errors.
Please @ivilches can review and fix that?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're right! Fixed with the commit below.

@eiximenis eiximenis merged commit ca0e666 into microsoft:master May 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants