Skip to content

Commit

Permalink
Prepare for open sourcing
Browse files Browse the repository at this point in the history
This commit:

- stops pushing to legacy Docker Hub repo
- removes CircleCI config
- removes legacy VersionBot config

Change-type: major
Signed-off-by: Akis Kesoglou <[email protected]>
  • Loading branch information
dfunckt committed Sep 26, 2018
1 parent c4a29ec commit f8a8e8a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 103 deletions.
25 changes: 0 additions & 25 deletions .circleci/config.yml

This file was deleted.

8 changes: 0 additions & 8 deletions automation/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,3 @@ docker tag ${IMAGE_NAME}:${REVISION} ${IMAGE_NAME}:${VERSION}
docker push ${IMAGE_NAME}:${REVISION}
docker push ${IMAGE_NAME}:${BRANCH}
docker push ${IMAGE_NAME}:${VERSION}

# Push the images to open-balena-db repo
docker tag ${IMAGE_NAME}:${REVISION} resin/open-balena-db:${REVISION}
docker tag ${IMAGE_NAME}:${REVISION} resin/open-balena-db:${BRANCH}
docker tag ${IMAGE_NAME}:${REVISION} resin/open-balena-db:${VERSION}
docker push resin/open-balena-db:${REVISION}
docker push resin/open-balena-db:${BRANCH}
docker push resin/open-balena-db:${VERSION}
3 changes: 0 additions & 3 deletions package-lock.json

This file was deleted.

67 changes: 0 additions & 67 deletions versionist.conf.js

This file was deleted.

0 comments on commit f8a8e8a

Please sign in to comment.