Skip to content

Commit

Permalink
Added dependency job
Browse files Browse the repository at this point in the history
  • Loading branch information
nqhoan-axonivy committed Oct 30, 2024
1 parent 82291ba commit 3398f3f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
cleanup:
name: Clean up docker container and images
runs-on: self-hosted
needs: init

steps:
- name: Bring down and remove containers and images
Expand Down Expand Up @@ -72,10 +73,10 @@ jobs:
echo "Copy marketplace-service to ${{ env.BASE_WORKING_DIR }} directory"
cp -r marketplace-service ${{ env.BASE_WORKING_DIR }}/marketplace-service
echo "Copy nginx config to config directory"
echo "Copy nginx configs to config directory"
mkdir -p ${{ env.BASE_WORKING_DIR }}/config/nginx && cp -r marketplace-build/config/nginx/dev/* ${{ env.BASE_WORKING_DIR }}/config/nginx
echo "Copy compose config to publish directory"
echo "Copy compose configs to publish directory"
mkdir -p ${{ env.BASE_WORKING_DIR }}/publish && cp -r marketplace-build/.env ${{ env.BASE_WORKING_DIR }}/publish/.env
cp -r marketplace-build/docker-compose.yml ${{ env.BASE_WORKING_DIR }}/publish/docker-compose.yml
Expand Down

0 comments on commit 3398f3f

Please sign in to comment.