Skip to content

Commit e62eeda

Browse files
committed
Merge branch '670-missing-artifacts' into 'master'
fix: add missing artifacts to build-binary-client-master (#670) Closes #670 See merge request postgres-ai/database-lab!1092
2 parents fcaee84 + 2e0d2ef commit e62eeda

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

engine/.gitlab-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@ build-binary-client-dev:
9494
build-binary-client-master:
9595
<<: *only_master
9696
stage: build-binary
97+
artifacts:
98+
paths:
99+
- engine/bin
97100
script:
98101
- cd engine
99102
- make build-client

0 commit comments

Comments
 (0)