Skip to content

Commit c27e7b8

Browse files
committed
Avoid conflict of files in workspace
1 parent 75d2265 commit c27e7b8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.circleci/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,12 @@ jobs:
247247
mkdir -p artifacts-<< parameters.platform >>/gems
248248
mv pkg/*.gem artifacts-<< parameters.platform >>/gems
249249
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+
250256
- store_artifacts:
251257
path: artifacts/gems
252258

0 commit comments

Comments
 (0)