separate by stages

This commit is contained in:
Cievoloth Coca
2019-05-29 20:26:50 +00:00
parent 195e33c63e
commit 6bb7d458af

View File

@@ -10,6 +10,11 @@ jobs:
- /KR.*/
steps:
# - run: yum -y install ssh
- run: yum -y install git
- checkout
- run:
name: Install dependecies and checkout
command: |
yum install -y git
checkout
cd /processmaker
pwd