diff --git a/.azure/azure-pipelines.yaml b/.azure/azure-pipelines.yaml index 7bebf18..9848a70 100644 --- a/.azure/azure-pipelines.yaml +++ b/.azure/azure-pipelines.yaml @@ -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" @@ -29,5 +36,5 @@ stages: - task: Go@0 displayName: "Building project" inputs: - command: 'build' + command: 'build -o $(applicationName)' workingDirectory: '$(System.DefaultWorkingDirectory)' diff --git a/VERSION b/VERSION new file mode 100644 index 0000000..389f774 --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +4.0 \ No newline at end of file