Skip to content

Commit

Permalink
Renamed to a new namespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Skrypnyk committed Jan 11, 2020
1 parent dca4b00 commit 3aa80a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
command: curl -fsSL https://goss.rocks/install | sh && goss --version
- run:
name: Build image
command: docker build -t integratedexperts/ci-builder:latest .
command: docker build -t drevops/ci-builder:latest .
- run:
name: Test image
command: dgoss run -i integratedexperts/ci-builder:latest
command: dgoss run -i drevops/ci-builder:latest
- run:
name: Show versions
command: ./versions.sh "integratedexperts/ci-builder:latest"
command: ./versions.sh "drevops/ci-builder:latest"
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# CI Builder
Docker image for CI Builder container

[![CircleCI](https://circleci.com/gh/integratedexperts/ci-builder.svg?style=shield)](https://circleci.com/gh/integratedexperts/ci-builder)
[![DockerHub](https://img.shields.io/docker/build/integratedexperts/ci-builder.svg)](https://hub.docker.com/r/integratedexperts/ci-builder/)
[![DockerHub](https://img.shields.io/docker/automated/integratedexperts/ci-builder.svg)](https://hub.docker.com/r/integratedexperts/ci-builder/)
[![CircleCI](https://circleci.com/gh/drevops/ci-builder.svg?style=svg)](https://circleci.com/gh/drevops/ci-builder)
[![DockerHub](https://img.shields.io/docker/build/drevops/ci-builder.svg)](https://hub.docker.com/r/drevops/ci-builder/)
[![DockerHub](https://img.shields.io/docker/automated/drevops/ci-builder.svg)](https://hub.docker.com/r/drevops/ci-builder/)

It contains several tools required to run docker-based builds:
- git
Expand Down

0 comments on commit 3aa80a5

Please sign in to comment.