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:
parent
f7a08103ef
commit
74eb6d0289
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user