Skip to content

Commit

Permalink
chore(ci): pipeline needs imports
Browse files Browse the repository at this point in the history
  • Loading branch information
drewbo committed Jul 2, 2024
1 parent 65d3dc5 commit bc90c5b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
#@ load("funcs.lib.yml", "slack_hook", "pr_hook")
#@ load("@ytt:data", "data")
#@ load("@ytt:template", "template")

#! SHARED

test: &test
Expand All @@ -23,7 +28,7 @@ jobs:
resource: pr
trigger: true
version: every
- put: #@ pr_hook("pending", "test")
#@ pr_hook("pending", "test")

- get: node
- get: general-task
Expand Down Expand Up @@ -118,7 +123,7 @@ resources:
icon: github
source:
uri: https://github.com/cloud-gov/pages-mailer
branch: main
branch: chore-ci-update
commit_verification_keys: ((cloud-gov-pages-gpg-keys))

- name: nightly
Expand Down

0 comments on commit bc90c5b

Please sign in to comment.