Skip to content

Commit f6425f6

Browse files
Craigacpkarllessard
authored andcommitted
Removing the bin from /bin/bash as Windows CI doesn't like it.
1 parent a3ecb04 commit f6425f6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • tensorflow-core/tensorflow-core-native

tensorflow-core/tensorflow-core-native/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
<phase>initialize</phase>
112112
<configuration>
113113
<skip>${bazel.build.skip}</skip>
114-
<executable>/bin/bash</executable>
114+
<executable>bash</executable>
115115
<arguments>
116116
<argument>scripts/bazel_build.sh</argument>
117117
</arguments>
@@ -134,7 +134,7 @@
134134
<phase>generate-sources</phase>
135135
<configuration>
136136
<skip>${bazel.generate.skip}</skip>
137-
<executable>/bin/bash</executable>
137+
<executable>bash</executable>
138138
<arguments>
139139
<argument>scripts/bazel_generate.sh</argument>
140140
</arguments>
@@ -157,7 +157,7 @@
157157
<phase>clean</phase>
158158
<configuration>
159159
<skip>${bazel.clean.skip}</skip>
160-
<executable>/bin/bash</executable>
160+
<executable>bash</executable>
161161
<arguments>
162162
<argument>scripts/bazel_clean.sh</argument>
163163
</arguments>

0 commit comments

Comments
 (0)