Skip to content

Commit

Permalink
test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
aliculPix4D committed Mar 4, 2024
1 parent ba651d1 commit 09af46f
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions pipeline.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
resource_types:
- name: cogito
type: registry-image
source:
repository: pix4d/cogito
tag: latest

resources:
- name: gh-status
type: cogito
check_every: never
source:
log_level: debug
owner: pix4d
repo: cogito
access_token: ((github_repo_status_token))

- name: repo.git
type: git
source:
uri: https://github.com/pix4d/cogito.git
branch: ((branch))

jobs:
- name: autocat
plan:
- get: repo.git
trigger: true
- put: gh-status
inputs: [repo.git]
params: {state: success}
- task: will-fail
config:
platform: linux
image_resource:
type: registry-image
source: { repository: alpine }
run:
path: /bin/false

0 comments on commit 09af46f

Please sign in to comment.