We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 016f291 commit 5165800Copy full SHA for 5165800
.pipelines/cni/pipeline.yaml
@@ -5,10 +5,6 @@ trigger:
5
- dropgz/*
6
- azure-ipam/*
7
- v*
8
- branches:
9
- include:
10
- - master
11
- - release/*
12
parameters:
13
- name: upgradeScenario
14
type: boolean
@@ -28,7 +24,6 @@ stages:
28
24
go version
29
25
echo "##vso[task.setvariable variable=commitID;isOutput=true]$(echo $(make revision)-$(date "+%d%H%M"))"
30
26
echo "##vso[task.setvariable variable=npmVersion;isOutput=true]$(make npm-version)"
31
- echo "##vso[task.setvariable variable=Tag;isOutput=true]$(make version)"
32
27
name: "SetEnvVars"
33
displayName: "Set Environment Variables"
34
condition: always()
0 commit comments