Skip to content
This repository has been archived by the owner on Jun 11, 2020. It is now read-only.

Commit

Permalink
Supervisor pexed version
Browse files Browse the repository at this point in the history
  • Loading branch information
gboddin committed Jun 25, 2018
1 parent 6f8ec97 commit 377c6ad
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,12 @@ pipeline:
image: centos:7
commands:
- yum install -y epel-release
- yum group install -y "Development Tools"
- yum install -y mysql-devel gmp-devel python-devel python-pip
- yum install -y python-pip
- pip install --upgrade pip
- pip install pex
- pex salt mysql-python python-gnupg -c salt-master -o salt-master.pex
- pex salt mysql-python python-gnupg -c salt-minion -o salt-minion.pex
- pex salt mysql-python python-gnupg -c salt-api -o salt-api.pex
- pex salt mysql-python python-gnupg -c salt-call -o salt-call.pex
- pex salt mysql-python python-gnupg -c salt -o salt.pex
- pex salt mysql-python python-gnupg -c salt-key -o salt-key.pex
- ./salt-minion.pex --version
- pex supervisor -c supervisord -o supervisord.pex
- pex supervisor -c supervisorctl -o supervisorctl.pex
- ./supervisord.pex --version

github_release:
image: plugins/github-release
Expand Down

0 comments on commit 377c6ad

Please sign in to comment.