CI: Use sh in daggerbuild scripts instead of bash (#106306)

Use sh in daggerbuild scripts
This commit is contained in:
Kevin Minehart
2025-06-04 03:15:37 -05:00
committed by GitHub
parent a0c55e92ee
commit a2b0e20a8e
6 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/usr/bin/env sh
set -e
local_dst="${DRONE_WORKSPACE}/dist"

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/usr/bin/env sh
set -e
local_dst="${DRONE_WORKSPACE}/dist"

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/usr/bin/env sh
local_dst="dist/${DRONE_BUILD_EVENT}"
set -e

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/usr/bin/env sh
local_dst="dist/${DRONE_BUILD_EVENT}"
set -e

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/usr/bin/env sh
set -e
local_dir="${DRONE_WORKSPACE}/dist"

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/usr/bin/env sh
set -e
# ver=$(cat ${GRAFANA_DIR}/package.json | jq -r .version | sed -E "s/$/-/" | sed -E "s/-.*/-${DRONE_BUILD_NUMBER}/")
local_dir="${DRONE_WORKSPACE}/dist"