Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion test/e2e/buildrun-gather.bats
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ teardown() {
run shp build create ${build_name} \
--source-git-url=https://github.com/shipwright-io/sample-go \
--source-context-dir=source-build \
--output-image=${output_image}
--output-image=${output_image} \
--output-insecure=true
assert_success

run shp buildrun create ${buildrun_name} --buildref-name=${build_name}
Expand Down
3 changes: 2 additions & 1 deletion test/e2e/log-follow--follow.bats
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ teardown() {
run shp build create ${build_name} \
--source-git-url=https://github.com/shipwright-io/sample-go \
--source-context-dir=source-build \
--output-image=${output_image}
--output-image=${output_image} \
--output-insecure=true
assert_success

# initiate a BuildRun
Expand Down
3 changes: 2 additions & 1 deletion test/e2e/log-follow-F.bats
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ teardown() {
run shp build create ${build_name} \
--source-git-url=https://github.com/shipwright-io/sample-go \
--source-context-dir=source-build \
--output-image=${output_image}
--output-image=${output_image} \
--output-insecure=true
assert_success

# initiate a BuildRun
Expand Down
3 changes: 2 additions & 1 deletion test/e2e/run-follow.bats
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ teardown() {
run shp build create ${build_name} \
--source-git-url=https://github.com/shipwright-io/sample-go \
--source-context-dir=source-build \
--output-image=${output_image}
--output-image=${output_image} \
--output-insecure=true
assert_success

# initiate a BuildRun with -F
Expand Down
3 changes: 2 additions & 1 deletion test/e2e/upload.bats
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ function assert_shp_upload_follow_output() {
run shp build create ${build_name} \
--source-git-url="${source_url}" \
--source-context-dir="source-build" \
--output-image="${output_image}"
--output-image="${output_image}" \
--output-insecure=true
assert_success

# cloning the same repository used for the build in the test temporary directory, this is the
Expand Down
Loading