Skip to content

Commit

Permalink
Add shell in asm makefile. Fixes GoogleCloudPlatform#389.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkcalat committed Sep 27, 2022
1 parent c81f44f commit 7138e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubeflow/asm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# For example: 1.13.2-asm.5+config2:asmcli_1.13.2-asm.5-config2
# The part before colon symbol should be used for ASM_PACKAGE_VERSION.
# The part after colon symbol should be used for ASMCLI_SCRIPT_VERSION.

SHELL := /bin/bash
ASM_PACKAGE_VERSION=1.14.1-asm.3+config6
ASMCLI_SCRIPT_VERSION=asmcli_1.14.1-asm.3-config6

Expand Down

0 comments on commit 7138e16

Please sign in to comment.