Revert "Fix mac ci build"

This commit is contained in:
Cesar De la Torre 2017-05-06 22:04:22 -07:00 committed by GitHub
parent 1c15297648
commit 2aba3acd9f
2 changed files with 1 additions and 7 deletions

6
cli-mac/build-bits.sh Executable file → Normal file
View File

@ -10,12 +10,6 @@ projectList=(
"../src/Web/WebStatus" "../src/Web/WebStatus"
) )
pushd $(pwd)/../src/Web/WebSPA
npm install
npm rebuild node-sass
popd
for project in "${projectList[@]}" for project in "${projectList[@]}"
do do
echo -e "\e[33mWorking on $(pwd)/$project" echo -e "\e[33mWorking on $(pwd)/$project"

View File

@ -6,5 +6,5 @@ services:
volumes: volumes:
- .:/src - .:/src
working_dir: /src working_dir: /src
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" command: /bin/bash -c "dotnet restore ./eShopOnContainers-ServicesAndWebApps.sln && dotnet publish ./eShopOnContainers-ServicesAndWebApps.sln -c Release -o ./obj/Docker/publish"