solve controller start error when timeout in CloneOptionTrait is nil … #269
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Backup | |
on: | |
push: | |
branches: | |
- master | |
jobs: | |
Backup: | |
name: backup | |
runs-on: ubuntu-20.04 | |
steps: | |
- uses: actions/checkout@v2 | |
- name: backup | |
uses: jenkins-zh/[email protected] | |
env: | |
GIT_DEPLOY_KEY: ${{ secrets.GIT_DEPLOY_KEY }} | |
TARGET_GIT: "[email protected]:kubesphere/ks-devops.git" |