Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

CAUTION! This repo is ARCHIVED: see opendevstack/ods-pipeline#748. ODS Pipeline tasks for Python / pip development - Experimental

License

Notifications You must be signed in to change notification settings

opendevstack/ods-pipeline-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ods-pipeline-python

Tests

Tekton task for use with ODS Pipeline to build applications with Python.

Usage

tasks:
- name: build
  taskRef:
    resolver: git
    params:
    - { name: url, value: https://github.com/opendevstack/ods-pipeline-python.git }
    - { name: revision, value: v0.1.0 }
    - { name: pathInRepo, value: tasks/build.yaml }
    workspaces:
    - { name: source, workspace: shared-workspace }

See the documentation for details and available parameters.

About this repository

docs and tasks are generated directories from recipes located in build. See the Makefile target for how everything fits together.