Skip to content

Commit

Permalink
Merge commit 'refs/pull/475/head' of github.com:alchemy-fr/phraseanet…
Browse files Browse the repository at this point in the history
…-services into w2445
  • Loading branch information
nmaillat committed Nov 8, 2024
2 parents ac2c103 + 3ad683f commit 46db2f3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
if: ${{ github.repository_owner == 'alchemy-fr' }}
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 30

- name: Get git log
- name: Generate git log
if: "${{ inputs.image == 'dashboard' }}"
run: bin/git-log.sh

Expand Down
2 changes: 1 addition & 1 deletion bin/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -e

load-env

. "bin/git-log.sh"
bin/git-log.sh

docker compose -f docker-compose.init.yml build $@
docker compose build $@
1 change: 1 addition & 0 deletions dashboard/client/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ logs
*.log
pnpm-debug.log*
lerna-debug.log*
git-log.html

node_modules
dist
Expand Down

0 comments on commit 46db2f3

Please sign in to comment.