Skip to content

Commit

Permalink
fix: correct path to docker-build.yml in workflow and update logging …
Browse files Browse the repository at this point in the history
…in scripts

Signed-off-by: Jason Cameron <[email protected]>
  • Loading branch information
JasonLovesDoggo committed Jan 29, 2025
1 parent 3e186b9 commit f68af29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
docker ps -a
sleep 15
export COMPOSE_EXEC_FLAGS="-T"
export COMPOSE_FLAGS="-f ./docker-build.yml"
export COMPOSE_FLAGS="-f docker-build.yml"
echo "Static files"
./scripts/copy_static
echo "Migrate"
Expand Down
2 changes: 1 addition & 1 deletion dmoj/scripts/copy_static
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

echo pwd
pwd

if [ -z "$CI" ]; then # Not running in CI
bash /scripts/make_style.sh && \
Expand Down

0 comments on commit f68af29

Please sign in to comment.