Fix /bin/bash -> /usr/bin/env bash (#2448)

* Fix /bin/bash -> /usr/bin/env bash

* Add curl to docker container
This commit is contained in:
Sirius902
2025-01-28 15:45:56 -08:00
committed by GitHub
parent b0c713b2bc
commit dfe232533f
4 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -eu -o pipefail
if [ "${VERBOSE-}" ]
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -euo pipefail
PATCH=$(git diff | base64 -w 0)