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

Commit 6cc5136

Browse files
Simon Stonembwhite
authored andcommitted
Shebang for deploy script not at top of file (#48)
Signed-off-by: Simon Stone <[email protected]>
1 parent f7140dc commit 6cc5136

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis/deploy.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/bin/bash
12
# Licensed under the Apache License, Version 2.0 (the "License");
23
# you may not use this file except in compliance with the License.
34
# You may obtain a copy of the License at
@@ -10,8 +11,6 @@
1011
# See the License for the specific language governing permissions and
1112
# limitations under the License.
1213

13-
#!/bin/bash
14-
1514
# Exit on first error, print all commands.
1615
set -ev
1716
set -o pipefail

0 commit comments

Comments
 (0)