Skip to content

Commit

Permalink
Added azure devops pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: iamabhishek-dubey <abhishekbhardwaj510@gmail.com>
  • Loading branch information
iamabhishek-dubey committed May 14, 2021
1 parent 144c893 commit 01d3b1d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .azure/azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,17 @@ pr:
pool:
vmImage: 'ubuntu-latest'

variables:
- name: applicationName
value: k8s-secret-injector
- name: imageName
value: 'quay.io/opstree/k8s-secret-injector'

stages:
- stage: CodeStability
jobs:
- job:
displayName: CodeStability
steps:
- task: GoTool@0
displayName: "Installing golang => 1.16"
Expand All @@ -29,5 +36,5 @@ stages:
- task: Go@0
displayName: "Building project"
inputs:
command: 'build'
command: 'build -o $(applicationName)'
workingDirectory: '$(System.DefaultWorkingDirectory)'
1 change: 1 addition & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4.0

0 comments on commit 01d3b1d

Please sign in to comment.