We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75d2265 commit c27e7b8Copy full SHA for c27e7b8
.circleci/config.yml
@@ -247,6 +247,12 @@ jobs:
247
mkdir -p artifacts-<< parameters.platform >>/gems
248
mv pkg/*.gem artifacts-<< parameters.platform >>/gems
249
250
+ - run:
251
+ name: Remove non-native gem to avoid conflict in workspace
252
+ command: |
253
+ gemVersion=$(cat VERSION | tr -d "[:space:]")
254
+ rm -rf artifacts-<< parameters.platform >>/gems/tiny_tds-$gemVersion.gem
255
+
256
- store_artifacts:
257
path: artifacts/gems
258
0 commit comments