mirror of
https://github.com/goharbor/harbor
synced 2025-04-13 18:05:05 +00: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