We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fcaee84 + 2e0d2ef commit e62eedaCopy full SHA for e62eeda
1 file changed
engine/.gitlab-ci.yml
@@ -94,6 +94,9 @@ build-binary-client-dev:
94
build-binary-client-master:
95
<<: *only_master
96
stage: build-binary
97
+ artifacts:
98
+ paths:
99
+ - engine/bin
100
script:
101
- cd engine
102
- make build-client
0 commit comments