You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
448 B
17 lines
448 B
version: 39 |
|
jobs: |
|
- name: Github Push |
|
steps: |
|
- !PushRepository |
|
name: gc-alexandria |
|
remoteUrl: https://github.com/ShadowySupercode/gc-alexandria |
|
passwordSecret: github_access_token |
|
force: false |
|
condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL |
|
triggers: |
|
- !BranchUpdateTrigger {} |
|
- !TagCreateTrigger {} |
|
retryCondition: never |
|
maxRetries: 3 |
|
retryDelay: 30 |
|
timeout: 14400
|
|
|