Skip to content

Commit

Permalink
Fix frontend test fixture
Browse files Browse the repository at this point in the history
We can no longer reference other sources. Instead, we can specify a
`local` source with the current directory in order to build the
frontend.

Signed-off-by: Peter Engelbert <pmengelbert@gmail.com>
  • Loading branch information
pmengelbert committed Jan 9, 2024
1 parent af12b8c commit 083b264
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions test/fixtures/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ vendor: Microsoft
packager: Microsoft <support@microsoft.com>
license: Apache 2.0
sources:
src:
local:
path: .
gomodcache:
path: /build/gomodcache
image:
Expand All @@ -19,8 +22,8 @@ sources:
mounts:
- dest: /build/src
spec:
context:
name: ""
local:
path: .
steps:
- command: go mod download
env:
Expand Down

0 comments on commit 083b264

Please sign in to comment.