mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-09 09:27:42 +01:00
Fix bad and missing shebangs (#15783)
Signed-off-by: Soumik Majumder <soumikm@vmware.com>
This commit is contained in:
parent
f9d1294b45
commit
b4c2ff7768
@ -1,3 +1,4 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
echo "get the conformance testing code..."
|
||||
|
@ -1,4 +1,4 @@
|
||||
#/bin/env bash
|
||||
#!/bin/env bash
|
||||
|
||||
if [ ! -z "$*" ]; then
|
||||
$@ 2>&1 | while read line;do
|
||||
|
Loading…
Reference in New Issue
Block a user