Skip to content

Commit

Permalink
Merge branch 'develop' into dcore_spectrum
Browse files Browse the repository at this point in the history
  • Loading branch information
yomichi committed Aug 5, 2024
2 parents 2936f71 + 68eba3a commit 41b267f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:
export LOCAL_GID=$(id -g $USER)
echo "LOCAL_UID=${LOCAL_UID}" > .env
echo "LOCAL_GID=${LOCAL_GID}" >> .env
docker-compose up -d dcoretest
docker compose up -d dcoretest
- run: echo "This job's status is ${{ job.status }}."
2 changes: 1 addition & 1 deletion .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
export LOCAL_GID=$(id -g $USER)
echo "LOCAL_UID=${LOCAL_UID}" > .env
echo "LOCAL_GID=${LOCAL_GID}" >> .env
docker-compose up -d examples
docker compose up -d examples
# Manually execute entrypoint script until the environmet is set up correctly
docker exec examples-container bash -c '/entrypoint-examples.sh'
docker exec examples-container bash -c 'cd examples; ls -l'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples_dcorelib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
export LOCAL_GID=$(id -g $USER)
echo "LOCAL_UID=${LOCAL_UID}" > .env
echo "LOCAL_GID=${LOCAL_GID}" >> .env
docker-compose up -d examples
docker compose up -d examples
# Manually execute entrypoint script until the environmet is set up correctly
docker exec examples-container bash -c '/entrypoint-examples.sh'
docker exec examples-container bash -c 'cd examples; ls -l'
Expand Down
2 changes: 1 addition & 1 deletion bin/deploy_examples.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
docker-compose up --build --force-recreate examples
docker compose up --build --force-recreate examples

0 comments on commit 41b267f

Please sign in to comment.