examples/circleci.yml in cpl-1.0.2 vs examples/circleci.yml in cpl-1.0.3
- old
+ new
@@ -57,11 +57,10 @@
command: |
sudo npm install -g @controlplane/cli && cpln --version
cpln profile create default --token ${CPLN_TOKEN} --org ${CPLN_ORG} --gvc ${APP_NAME}
cpln image docker-login
- git clone https://github.com/shakacode/heroku-to-control-plane ~/heroku-to-control-plane
- sudo ln -s ~/heroku-to-control-plane/cpl /usr/local/bin/cpl
+ gem install cpl
- run:
name: Provision review app if needed
command: |
if ! cpl exists -a ${APP_NAME}; then
cpl setup-app -a ${APP_NAME}