Skip to content

Create main.yml

Create main.yml #1

Workflow file for this run

version: 2.1

Check failure on line 1 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

Invalid type for `job.environment`
jobs:
build:
docker:
- image: fr3akyphantom/droid-builder:latest
environment:
MANIFEST_BRANCH: 'CPH2083'
VERSION: '3.0.0'
MAINTAINER: '@VIOLET-EVERGARDE'
VENDOR: 'oppo'
CODENAME: 'CPH2083'
FLAVOR: 'eng'
#TEST_BUILD: 'true'
PB_OFFICIAL: 'true'
CHANGELOG: |
- MTP Fixes and Improvements
working_directory: /home/builder/pitchblack
steps:
- run:
name: AIO Build
command: |
wget -q https://raw.githubusercontent.com/PitchBlackRecoveryProject/vendor_utils/pb/build.sh
source build.sh
workflows:
version: 2.1
build_and_test:
jobs:
- build:
filters:
branches:
only: 'CPH2083'
context: org-global