Skip to content

Commit

Permalink
- removing old artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
elipe17 committed Apr 17, 2024
1 parent 1b0a51d commit 9e3b703
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .circleci/build-and-test/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
steps:
- checkout
- docker-compose-check
- docker-compose-up-with-elastic-backend
- docker-compose-up-backend
- run:
name: Run Unit Tests And Create Code Coverage Report
command: |
Expand Down Expand Up @@ -46,7 +46,7 @@
steps:
- checkout
- docker-compose-check
- docker-compose-up-with-elastic-backend
- docker-compose-up-backend
- docker-compose-up-frontend
- install-nodejs-machine
- disable-npm-audit
Expand Down
6 changes: 0 additions & 6 deletions .circleci/util/commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@
name: Build and spin-up Django API service
command: cd tdrs-backend; docker network create external-net; docker-compose up -d --build

docker-compose-up-with-elastic-backend:
steps:
- run:
name: Build and spin-up Django API service
command: cd tdrs-backend; docker network create external-net; docker-compose --profile elastic_setup up -d --build

cf-check:
steps:
- run:
Expand Down
2 changes: 1 addition & 1 deletion docs/Technical-Documentation/clamav.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The instance name then will be set as an environment variable to redirect each i
First, set the environment variable __AV_SCAN_URL__ as follows:
```
Environment variable name: AV_SCAN_URL
Environment variable value: http://{nginx_instance}.apps.internal:9000/scan/
Environment variable value: http://{nginx_instance}.apps.internal:9000/scan
```

### Add network policy from _{tdp-clamav-nginx}_ to clamav in prod
Expand Down

0 comments on commit 9e3b703

Please sign in to comment.