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
- Use working directory
  • Loading branch information
nqhoan-axonivy committed Nov 1, 2024
1 parent e270f5f commit 52d28dd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,13 @@ jobs:
run: |
docker compose -f publish/docker-compose.yml down --rmi all
- name: Delete old sources code
working-directory: ${{ env.BASE_WORKING_DIR }}
run: |
echo "Clean up workspaces ${{ env.BASE_WORKING_DIR }}"
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/*
rm -rf ./marketplace-ui/*
rm -rf ./marketplace-service/*
rm -rf ./publish/*
rm -rf ./config/*
build-and-deploy:
name: Build and bring up docker containers
Expand Down

0 comments on commit 52d28dd

Please sign in to comment.