Skip to content

Commit

Permalink
reset branch to main and re-add weekly trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
markdboyd committed Sep 25, 2024
1 parent cc75213 commit 04fb02a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
params: {depth: 1}
- get: master-bosh-root-cert
- get: general-task
# - get: weekly
# trigger: true
- get: weekly
trigger: true
- task: update-test-user-credentials
image: general-task
config:
Expand Down Expand Up @@ -272,7 +272,7 @@ resources:
check_every: 10s
source:
uri: https://github.com/cloud-gov/opensearch-dashboards-cf-auth-proxy
branch: update-test-users
branch: main
commit_verification_keys: ((cloud-gov-pgp-keys))

- name: dev-opensearch-image
Expand Down Expand Up @@ -333,13 +333,13 @@ resources:
region_name: ((aws-region))
versioned_file: ((master-bosh-cert-file))

# - name: weekly
# type: time
# source:
# start: 12:00 AM
# stop: 1:00 AM
# location: America/New_York
# days: [Wednesday]
- name: weekly
type: time
source:
start: 12:00 AM
stop: 1:00 AM
location: America/New_York
days: [Wednesday]


############################
Expand Down

0 comments on commit 04fb02a

Please sign in to comment.