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

Commit

Permalink
Shebang for deploy script not at top of file (#48)
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Stone <[email protected]>
  • Loading branch information
Simon Stone authored and mbwhite committed Mar 26, 2018
1 parent f7140dc commit 6cc5136
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis/deploy.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
Expand All @@ -10,8 +11,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

#!/bin/bash

# Exit on first error, print all commands.
set -ev
set -o pipefail
Expand Down

0 comments on commit 6cc5136

Please sign in to comment.