-
Notifications
You must be signed in to change notification settings - Fork 181
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Replace all spaces for ADO Tags parameter * Add support for AzureDevOps CI System * Rename loadProwJobGitState to loadADOGitState * Format double quotes for ADO tags parameter * Use BUILD_BUILDID env variable * Add comment for BUILD_BUILDID env variable * Add comment for beautiful ReplaceAll command * Send only values in Tags parameter * Send only values in Tags parameter * Revert "Send only values in Tags parameter" This reverts commit c8bd817. * Revert "Send only values in Tags parameter" This reverts commit 4c6eb9e. * Revert "Revert "Send only values in Tags parameter"" This reverts commit c1b516a. * Revert "Revert "Send only values in Tags parameter"" This reverts commit 6804bea. * Send only values in Tags parameter * Use double quotes in the test * Encode Tags to base64 * Add --parse-tags-only-base64 * Improve debug message * Improve debug message * Improve debug message * Add additional tag-base64 flag * Fix unit tests * Replace VERSION with GOLANG_VERSION * Support tags passed as comma separated base64 encoded string. * Set fake github action output for dryRun mode. * Fix expected test result. * Encode Tags parameter in pipelines package instead in image-builder. Encoding should be done for each pipeline call not only from image-builder. * Fix test expected value * Set EncodedTags parameter to true when Tags parameter value is not empty. * Add missing expected test value * Remove unused function. --------- Co-authored-by: dekiel <[email protected]>
- Loading branch information
Showing
7 changed files
with
200 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.