mirror of https://github.com/istio/istio.io.git
Automator: update common-files@master in istio/istio.io@master (#15467)
This commit is contained in:
parent
f103be6a42
commit
a2be8d9298
2
Makefile
2
Makefile
|
@ -19,7 +19,7 @@
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
SHELL := /bin/bash
|
SHELL := /usr/bin/env bash
|
||||||
|
|
||||||
# allow optional per-repo overrides
|
# allow optional per-repo overrides
|
||||||
-include Makefile.overrides.mk
|
-include Makefile.overrides.mk
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
bd7126fd447f48a5ae17590921baca332ab0593c
|
410e7d88eae562d4cef8d48fbc56099e270202b2
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# WARNING: DO NOT EDIT, THIS FILE IS PROBABLY A COPY
|
# WARNING: DO NOT EDIT, THIS FILE IS PROBABLY A COPY
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
# shellcheck disable=SC2034
|
# shellcheck disable=SC2034
|
||||||
|
|
||||||
# WARNING: DO NOT EDIT, THIS FILE IS PROBABLY A COPY
|
# WARNING: DO NOT EDIT, THIS FILE IS PROBABLY A COPY
|
||||||
|
|
Loading…
Reference in New Issue