Skip to content

Bump receptorctl from 1.4.8 to 1.5.0 in /spec #84

Bump receptorctl from 1.4.8 to 1.5.0 in /spec

Bump receptorctl from 1.4.8 to 1.5.0 in /spec #84

Workflow file for this run

name: Test Build
on:
pull_request:
branches: [devel]
jobs:
release:
runs-on: ubuntu-22.04
name: Test Build
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: "3.9"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r build/requirements.txt
- name: Build image
run: |
ansible-builder build -v3 -t awx-ee:test-build