Skip to content

upgrade ks: fix bug of gc pipelineruns (#994) #261

upgrade ks: fix bug of gc pipelineruns (#994)

upgrade ks: fix bug of gc pipelineruns (#994) #261

Workflow file for this run

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"