Skip to content

Commit

Permalink
removes needs
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaSBrown committed Aug 1, 2024
1 parent d7fae77 commit fbe6b40
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .gitlab/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@
script:
- BRANCH_LOWER=$(echo "$CI_COMMIT_REF_NAME" | tr '[:upper:]' '[:lower:]')
- docker logs $(docker ps --filter "ancestor=${REGISTRY}/${IMAGE_TAG}${BRANCH_LOWER}" --format "{{.Names}}")
needs:
- job: end_to_end_client-test
artifacts: false
rules:
- when: always

Expand Down
3 changes: 0 additions & 3 deletions .gitlab/end_to_end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -359,9 +359,6 @@ end_to_end_error_discovery_arango:
- ci-datafed-arango
script:
- sudo journalctl --no-pager -u arangodb3.service
needs:
- job: end_to_end_client-test
artifacts: false
rules:
- when: always

Expand Down

0 comments on commit fbe6b40

Please sign in to comment.