Skip to content

Commit 2aba3ac

Browse files
Revert "Fix mac ci build"
1 parent 1c15297 commit 2aba3ac

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

cli-mac/build-bits.sh

100755100644
Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@ projectList=(
1010
"../src/Web/WebStatus"
1111
)
1212

13-
14-
pushd $(pwd)/../src/Web/WebSPA
15-
npm install
16-
npm rebuild node-sass
17-
popd
18-
1913
for project in "${projectList[@]}"
2014
do
2115
echo -e "\e[33mWorking on $(pwd)/$project"

docker-compose.ci.build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ services:
66
volumes:
77
- .:/src
88
working_dir: /src
9-
command: /bin/bash -c "pushd ./src/Web/WebSPA && npm install && npm rebuild node-sass && popd && dotnet restore ./eShopOnContainers-ServicesAndWebApps.sln && dotnet publish ./eShopOnContainers-ServicesAndWebApps.sln -c Release -o ./obj/Docker/publish"
9+
command: /bin/bash -c "dotnet restore ./eShopOnContainers-ServicesAndWebApps.sln && dotnet publish ./eShopOnContainers-ServicesAndWebApps.sln -c Release -o ./obj/Docker/publish"
1010

0 commit comments

Comments
 (0)