We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d7d453e + 2b7b671 commit 142ca13Copy full SHA for 142ca13
Makefile
@@ -17,7 +17,7 @@ IS_NIGHTLY := $(shell echo "${VERSION}" | grep -- '-nightly$$')
17
DOCS_VERSION := $(if ${IS_NIGHTLY},nightly,$(shell echo "${VERSION}" | sed 's/^\([0-9]\+\.[0-9]\+\)\..*$$/\1/'))
18
export VERSION IS_NIGHTLY DOCS_VERSION
19
20
-SHELL=/bin/bash -euo pipefail
+SHELL=/usr/bin/env bash -euo pipefail
21
22
## Docker related targets
23
docker-build:
0 commit comments