chore: Refactor package names in InfrastructureAgent code files

This commit is contained in:
Simon Larsen 2024-05-13 16:48:47 +01:00
parent da26400aa7
commit 8dac1a845a
No known key found for this signature in database
GPG Key ID: 96C5DCA24769DBCA

View File

@ -179,21 +179,6 @@ jobs:
- name: build docker image
run: sudo docker build -f ./StatusPage/Dockerfile .
docker-build-infrastructure-agent:
runs-on: ubuntu-latest
env:
CI_PIPELINE_ID: ${{github.run_number}}
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Preinstall
run: npm run prerun
# build image for mail service
- name: build docker image
run: sudo docker build -f ./InfrastructureAgent/Dockerfile .
docker-build-test-server:
runs-on: ubuntu-latest
env: