1
0
mirror of https://github.com/tektoncd/catalog.git synced 2024-11-21 05:55:35 +00:00

Remove unnecessary sidecar in golang test

This commit is contained in:
Piyush Garg 2020-12-22 12:42:25 +05:30 committed by tekton-robot
parent f7a08103ef
commit 74eb6d0289
2 changed files with 0 additions and 8 deletions

View File

@ -1,8 +1,4 @@
#!/usr/bin/env bash
# Add an internal registry as sidecar to the task so we can upload it directly
# from our tests without having to go to an external registry.
add_sidecar_registry ${TMPF}
# Add git-clone
add_task git-clone latest

View File

@ -1,8 +1,4 @@
#!/usr/bin/env bash
# Add an internal registry as sidecar to the task so we can upload it directly
# from our tests without having to go to an external registry.
add_sidecar_registry ${TMPF}
# Add git-clone
add_task git-clone latest