Skip to content

Commit e4d3c64

Browse files
author
Irakli Mchedlishvili
committed
rename ckan-cloud-operator -> cco
1 parent d244a8b commit e4d3c64

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Continuous Deployment
22
on: [push]
33
jobs:
44
build-n-publish-docker:
5+
name: Build and publish CCO to DockerHub
56
runs-on: ubuntu-latest
67
services:
78
docker:

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.7.0
1+
v0.8.2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
install_requires = requirements_file.read().strip().split('\n')
1818

1919
setup(
20-
name='ckan_cloud_operator',
20+
name='cco',
2121
version=version,
2222
description='''CKAN Cloud Kubernetes operator''',
2323
url='https://github.com/datopian/ckan-cloud-operator',

0 commit comments

Comments
 (0)