diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 494a467..6685246 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -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: @@ -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 @@ -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] ############################