Skip to content

Commit

Permalink
Update references for unused docker images during integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Sep 8, 2023
1 parent 4ee7c43 commit 98627c4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion tests/azureboards/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
# not using it in actual tests
bugtracker_kiwitcms_org:
container_name: bugtracker_kiwitcms_org
image: httpd
image: kiwitcms/kiwi
restart: always
hostname: 'bugtracker.kiwitcms.org'
cap_drop:
Expand Down
2 changes: 1 addition & 1 deletion tests/bitbucket/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
# not using it in actual tests
bugtracker_kiwitcms_org:
container_name: bugtracker_kiwitcms_org
image: httpd
image: kiwitcms/kiwi
restart: always
hostname: 'bugtracker.kiwitcms.org'
cap_drop:
Expand Down
2 changes: 1 addition & 1 deletion tests/github/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
# not using it in actual tests
bugtracker_kiwitcms_org:
container_name: bugtracker_kiwitcms_org
image: httpd
image: kiwitcms/kiwi
restart: always
hostname: 'bugtracker.kiwitcms.org'
cap_drop:
Expand Down
2 changes: 1 addition & 1 deletion tests/gitlab_com/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
# not using it in actual tests
bugtracker_kiwitcms_org:
container_name: bugtracker_kiwitcms_org
image: httpd
image: kiwitcms/kiwi
restart: always
hostname: 'bugtracker.kiwitcms.org'
cap_drop:
Expand Down
2 changes: 1 addition & 1 deletion tests/jira/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
# not using it in actual tests
bugtracker_kiwitcms_org:
container_name: bugtracker_kiwitcms_org
image: httpd
image: kiwitcms/kiwi
restart: always
hostname: 'bugtracker.kiwitcms.org'
cap_drop:
Expand Down
2 changes: 1 addition & 1 deletion tests/kiwitcms/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
# not using it in actual tests
bugtracker_kiwitcms_org:
container_name: bugtracker_kiwitcms_org
image: httpd
image: kiwitcms/kiwi
restart: always
hostname: 'bugtracker.kiwitcms.org'
cap_drop:
Expand Down

0 comments on commit 98627c4

Please sign in to comment.