Skip to content

Commit a3e0ad6

Browse files
committed
Drop "using buildpack" build output assertion
The build system now prints a warning after this link as the buildpack URL includes the branch name.
1 parent d08483d commit a3e0ad6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

spec/hatchet/buildpack_spec.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
it 'successfully compiles' do
1010
app.deploy do |app|
1111
expect(clean_output(app.output)).to match(Regexp.new(<<~REGEX))
12-
remote: -----> Using buildpack: #{DEFAULT_BUILDPACK_URL}
1312
remote: -----> .NET app detected
1413
remote: -----> SDK version detection
1514
remote: Detected .NET project: `/tmp/build_.*/foo.csproj`

0 commit comments

Comments
 (0)