Skip to content

Commit e5ab194

Browse files
committed
fix(ci): disable workspaces for generate matrix script
Signed-off-by: Kemal Akkoyun <kemal.akkoyun@datadoghq.com>
1 parent 7f90505 commit e5ab194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ generate_matrix:
4141
interruptible: true
4242
script: |
4343
cd .gitlab
44-
go run generate_config.go
44+
GOWORK=off go run generate_config.go
4545
mv generated_benchmark_matrix.yml ../generated_benchmark_matrix.yml
4646
artifacts:
4747
paths:

0 commit comments

Comments
 (0)