Skip to content

Commit

Permalink
Adjust CI repo name
Browse files Browse the repository at this point in the history
- Adjusted CI repository name on gitlab
  • Loading branch information
gbdlin committed Sep 24, 2023
1 parent 07116dd commit bb56cc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ stages:
- build
- upload

image: "registry.gitlab.com/gbd.lin/django-admin-toolbox-ci/ansible:latest"
image: "registry.gitlab.com/gbdlin/django-admin-toolbox/ansible:latest"

chceck_flake8:
stage: test
Expand Down
2 changes: 1 addition & 1 deletion tools/releases_uploader.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def type(self):

def get_gitlab_url(self, tag):
return (
f'https://gitlab.com/gbd.lin/django-admin-toolbox-ci/-/jobs/artifacts/{tag}/raw/dist/{self.name}'
f'https://gitlab.com/gbdlin/django-admin-toolbox/-/jobs/artifacts/{tag}/raw/dist/{self.name}'
f'?job=build:{self.short_type}'
)

Expand Down

0 comments on commit bb56cc9

Please sign in to comment.