From 68629c1251993ba636f00755c1816d0ddaf6521d Mon Sep 17 00:00:00 2001 From: JulianTrommer <46600808+JulianTrommer@users.noreply.github.com> Date: Wed, 8 Nov 2023 13:54:58 +0100 Subject: [PATCH 1/4] Updated project URL --- .github/workflows/add-to-project.yml | 2 +- LICENSE | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml index 744bb223..73f3d044 100644 --- a/.github/workflows/add-to-project.yml +++ b/.github/workflows/add-to-project.yml @@ -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//projects/ github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} # labeled: bug, needs-triage diff --git a/LICENSE b/LICENSE index a5e9bbfe..766aef37 100644 --- a/LICENSE +++ b/LICENSE @@ -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 From f3619a94d53f6547f8518f61338a9b932d5efa4e Mon Sep 17 00:00:00 2001 From: ll7 <32880741+ll7@users.noreply.github.com> Date: Wed, 8 Nov 2023 14:23:16 +0100 Subject: [PATCH 2/4] lower case org name --- .github/workflows/add-to-project.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml index 73f3d044..dcced1c4 100644 --- a/.github/workflows/add-to-project.yml +++ b/.github/workflows/add-to-project.yml @@ -14,7 +14,7 @@ jobs: with: # You can target a repository in a different organization # to the issue - project-url: https://github.com/orgs/UNA-AuxMe/projects/3 + project-url: https://github.com/orgs/una-auxme/projects/3 # https://github.com/orgs//projects/ github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} # labeled: bug, needs-triage From d25f8d987d8a2ad744900043c74788bd9d68d841 Mon Sep 17 00:00:00 2001 From: Lennart Luttkus Date: Wed, 8 Nov 2023 15:19:20 +0100 Subject: [PATCH 3/4] docker compose --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f4194ed4..819596c7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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' From 55764a68b5366a0002ba40842b39967be14b2f02 Mon Sep 17 00:00:00 2001 From: Lennart Luttkus Date: Wed, 8 Nov 2023 15:47:27 +0100 Subject: [PATCH 4/4] change agent image location --- build/docker-compose.test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/docker-compose.test.yml b/build/docker-compose.test.yml index 8f68c966..8150acb6 100644 --- a/build/docker-compose.test.yml +++ b/build/docker-compose.test.yml @@ -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: