Skip to content

Commit

Permalink
refactor: update the job names
Browse files Browse the repository at this point in the history
  • Loading branch information
kencho51 committed Nov 18, 2024
1 parent da82084 commit a2e1595
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gigadb/app/tools/files-url-updater/gitlab-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ FilesUrlsUpdaterTest:
- $LOCAL_COMPOSE ps
- $LOCAL_COMPOSE run --rm updater ./vendor/bin/codecept run tests/unit
- $LOCAL_COMPOSE run --rm updater ./vendor/bin/codecept run tests/functional
needs: ["container_scanning","semgrep-sast"]
needs: ["container_scanning","semgrep_sast"]
environment:
name: dev

Expand Down Expand Up @@ -85,7 +85,7 @@ FilesUrlsUpdaterBuildStaging:
- .ci_env
when: always
expire_in: 3 days
needs: ["semgrep-sast"]
needs: ["semgrep_sast"]

FilesUrlsUpdaterDeployStaging:
stage: staging deploy
Expand Down
2 changes: 1 addition & 1 deletion gigadb/app/tools/readme-generator/gitlab-config-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ ReadmeGeneratorTest:
- $LOCAL_COMPOSE ps
- $LOCAL_COMPOSE run --rm tool ./vendor/bin/codecept run tests/unit
- $LOCAL_COMPOSE run --rm tool ./vendor/bin/codecept run tests/functional
needs: ["container_scanning","semgrep-sast"]
needs: ["container_scanning","semgrep_sast"]
environment:
name: dev

0 comments on commit a2e1595

Please sign in to comment.