Skip to content

Commit 517c2f3

Browse files
committed
remove shebang line
1 parent 0a1cd32 commit 517c2f3

4 files changed

Lines changed: 0 additions & 8 deletions

File tree

concourse/scripts/assume_role.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/bin/bash
2-
31
set -euo pipefail
42

53
# shellcheck disable=SC3040,SC2154

concourse/scripts/build_image.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/bin/bash
2-
31
set -euo pipefail
42

53
export STORAGE_DRIVER=vfs

concourse/scripts/set_pipeline.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/bin/bash
2-
31
repo_name=${1}
42

53
if [[ $# -gt 1 ]]; then

concourse/scripts/terraform_infra.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/bin/bash
2-
31
set -euo pipefail
42

53
# shellcheck disable=SC2154

0 commit comments

Comments
 (0)