Merge pull request #954 from amouat/master

Move hash bang to first line.
This commit is contained in:
Cole Wippern 2020-01-10 11:15:12 -08:00 committed by GitHub
commit f6dcdb7f4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,5 @@
#!/bin/bash
# Copyright 2018 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
@ -12,7 +14,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#!/bin/bash
set -ex
script_name=$0
script_full_path=$(dirname "$0")

View File

@ -1,3 +1,5 @@
#!/bin/bash
# Copyright 2018 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
@ -12,7 +14,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#!/bin/bash
set -ex
GCS_BUCKET="${GCS_BUCKET:-gs://kaniko-test-bucket}"

View File

@ -1,3 +1,5 @@
#!/bin/bash
# Copyright 2018 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
@ -12,7 +14,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#!/bin/bash
set -e
if [ $# -lt 3 ]; then