mirror of
https://github.com/Aviortheking/DeltaCMS.git
synced 2025-04-22 10:52:11 +00:00
Removed unused Step in CI
This commit is contained in:
parent
ceeb19afcb
commit
d6bb20ff22
@ -3,15 +3,11 @@ kind: pipeline
|
||||
name: Build
|
||||
|
||||
steps:
|
||||
- name: prepare
|
||||
- name: Build
|
||||
image: php:latest
|
||||
commands:
|
||||
- chmod +x prepare.sh && ./prepare.sh
|
||||
- name: build
|
||||
image: php:latest
|
||||
commands:
|
||||
- chmod +x prepare.sh && ./prepare.sh
|
||||
- php composer.phar install
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
name: Test
|
||||
|
Loading…
x
Reference in New Issue
Block a user