Skip to content

Commit

Permalink
fix: remove now unneeded install-postgres-capability command
Browse files Browse the repository at this point in the history
  • Loading branch information
metacosm committed Jan 10, 2020
1 parent 30d47e6 commit 8f9a502
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,6 @@ executors:
working_directory: /go/src/halkyon.io/operator

commands:
install-postgres-capability:
steps:
- run:
name: Install postgres-capability plugin
command: |
mkdir plugins
cd plugins
version=1.0.0-beta.2
curl -LO https://github.com/halkyonio/postgresql-capability/releases/download/v${version}/postgresql-capability_${version}_linux_x86_64.tar.gz
tar xzf postgresql-capability_${version}_linux_x86_64.tar.gz
chmod +x postgresql-capability
rm postgresql-capability_${version}_linux_x86_64.tar.gz
install-kubectl:
steps:
- run:
Expand Down Expand Up @@ -224,7 +212,6 @@ jobs:
machine: true
steps:
- checkout
- install-postgres-capability
- openshift/launch_openshift
- install-helm
- install-kubedb
Expand All @@ -242,7 +229,6 @@ jobs:
machine: true
steps:
- checkout
- install-postgres-capability
- openshift/launch_openshift
- install-helm
- install-kubedb
Expand All @@ -260,7 +246,6 @@ jobs:
machine: true
steps:
- checkout
- install-postgres-capability
- openshift/launch_openshift
- install-helm
- install-kubedb
Expand All @@ -282,7 +267,6 @@ jobs:
machine: true
steps:
- checkout
- install-postgres-capability
- install-kubectl
- install-snap
- install-microk8s
Expand All @@ -299,7 +283,6 @@ jobs:
machine: true
steps:
- checkout
- install-postgres-capability
- install-kubectl
- install-snap
- install-microk8s
Expand Down

0 comments on commit 8f9a502

Please sign in to comment.