We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b25379 commit 33bdc7aCopy full SHA for 33bdc7a
1 file changed
.azure-pipelines/PrCheck.yml
@@ -79,9 +79,6 @@ extends:
79
exit 1
80
fi
81
82
- # Insert 'NOTHING' after the first 5 characters of the token and print the modified version:
83
- echo "DEBUG: ${token:0:5}NOTHING${token:5}"
84
-
85
# Store as a secret pipeline variable for subsequent steps.
86
echo "##vso[task.setvariable variable=apiToken;issecret=true]$token"
87
echo "Bearer token acquired (expires: $expires)"
0 commit comments