Skip to content

Commit

Permalink
MARP-1199 DEV instance refers to the config of the ci build
Browse files Browse the repository at this point in the history
- make build failed if cannot delete old resources
  • Loading branch information
nqhoan-axonivy committed Nov 1, 2024
1 parent e708bb7 commit d82819f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,12 @@ jobs:
run: |
docker compose -f publish/docker-compose.yml down --rmi all
- name: Delete old sources code
continue-on-error: true
run: |
echo "Clean up workspaces ${{ env.BASE_WORKING_DIR }}"
rm -rf ./marketplace-ui/*
rm -rf ./marketplace-service/*
rm -rf ./publish/*
rm -rf ./config/*
rm -rf ${{ env.BASE_WORKING_DIR }}/marketplace-ui/*
rm -rf ${{ env.BASE_WORKING_DIR }}/marketplace-service/*
rm -rf ${{ env.BASE_WORKING_DIR }}/publish/*
rm -rf ${{ env.BASE_WORKING_DIR }}/config/*
build-and-deploy:
name: Build and bring up docker containers
Expand Down

0 comments on commit d82819f

Please sign in to comment.