Skip to content

Commit

Permalink
Remove unused environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
cyshallchan committed Jan 16, 2024
1 parent c80730c commit acbfa56
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ env:
CLOUD: "gcp" # 选择云服务商, 可选: gcp, aws, ali, azure
TZ: Asia/Shanghai
REPO: "k3s-gcp.cyshall.com"
IMAGE: base/${{ github.repository }}
TAG: ${{ github.sha }}
SSH_USER: ${{ secrets.HOST_USER }}
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
DEBIAN_FRONTEND: noninteractive
HELM_EXPERIMENTAL_OCI: 1

Expand Down

0 comments on commit acbfa56

Please sign in to comment.