Skip to content

Commit

Permalink
Hotfix: Fix pipeline to include manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
winromulus committed Oct 22, 2021
1 parent 5d80de4 commit 69b30dc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,13 @@ stages:
git commit -m "Added reflector-$(Build.BuildNumber).tgz"
git push
displayName: "github - release - chart"
- script: |
mkdir -p github
cp $(Pipeline.Workspace)/kubectl/reflector-$(Build.BuildNumber).yaml github/reflector.yaml
displayName: "github - prepare release artifacts"
- task: GitHubRelease@1
displayName: "gitHub - create release"
displayName: "github - create release"
inputs:
gitHubConnection: GitHub
repositoryName: "emberstack/kubernetes-reflector"
Expand Down

0 comments on commit 69b30dc

Please sign in to comment.