This is an automated email from the ASF dual-hosted git repository.

kichan pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/trafficserver-ingress-controller.git


The following commit(s) were added to refs/heads/master by this push:
     new 98e618d  Update build.yml (#197)
98e618d is described below

commit 98e618de29fd42b1e9790e3a73bfebca0363a12a
Author: Kit Chan <[email protected]>
AuthorDate: Fri Jan 26 18:07:28 2024 -0800

    Update build.yml (#197)
---
 .github/workflows/build.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 4cfaed9..9896446 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -43,7 +43,6 @@ jobs:
 
       - name: Build ATS Alpine
         run: |
-          export SHELL=/bin/bash
           eval $(minikube -p minikube docker-env)
           docker build -t ats-ingress .
 
@@ -52,13 +51,11 @@ jobs:
 
       - name: Build App 1
         run: |
-          export SHELL=/bin/bash
           eval $(minikube -p minikube docker-env)
           docker build -t node-app-1 k8s/images/node-app-1/
 
       - name: Build App 2
         run: |
-          export SHELL=/bin/bash
           eval $(minikube -p minikube docker-env)
           docker build -t node-app-2 k8s/images/node-app-2/
 

Reply via email to