Skip to content

Commit

Permalink
Merge pull request #29 from una-auxme/28-change-docker-compose-to-doc…
Browse files Browse the repository at this point in the history
…ker-compose

docker compose
  • Loading branch information
ll7 authored Nov 10, 2023
2 parents 6c0ff7b + 55764a6 commit 9478b00
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/add-to-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
# You can target a repository in a different organization
# to the issue
project-url: https://github.com/users/ll7/projects/2
project-url: https://github.com/orgs/una-auxme/projects/3
# https://github.com/orgs/<orgName>/projects/<projectNumber>
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
# labeled: bug, needs-triage
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,13 @@ jobs:
- name: Set AGENT_VERSION from hash (workaround)
run: echo "AGENT_VERSION=${{ steps.hash.outputs.hash }}" >> $GITHUB_ENV
- name: Run docker-compose
run: docker-compose up --exit-code-from agent
run: docker compose up --exit-code-from agent
- name: Copy results
run: docker-compose cp agent:/tmp/simulation_results.json .
run: docker compose cp agent:/tmp/simulation_results.json .
- name: Stop docker-compose
# always run this step, to clean up even on error
if: always()
run: docker-compose down -v
run: docker compose down -v
# add rendered JSON as comment to the pull request
- name: Add simulation results as comment
if: github.event_name == 'pull_request'
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 ll7
Copyright (c) 2023 UNA-AuxMe

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion build/docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:
- ros

agent:
image: ghcr.io/ll7/paf22:${AGENT_VERSION:-latest}
image: ghcr.io/una-auxme/paf23:${AGENT_VERSION:-latest}
init: true
tty: true
logging:
Expand Down

0 comments on commit 9478b00

Please sign in to comment.