Skip to content

Commit

Permalink
Fix problem in gitlab-ci
Browse files Browse the repository at this point in the history
- disable rocksdb in gstool build
  • Loading branch information
jspark-icon committed Sep 1, 2021
1 parent 346a6f5 commit a84b194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ build:go:
stage: build
script:
- make goloop
- make gstool
- GOBUILD_TAGS="" make gstool
artifacts:
expire_in: 1 day
paths:
Expand Down

0 comments on commit a84b194

Please sign in to comment.