Skip to content

Commit

Permalink
circle: rename artifact
Browse files Browse the repository at this point in the history
* Renamed artifact to `linux-falcon-vM.n.p.tar.gz`.
  • Loading branch information
n-riesco committed Jul 5, 2018
1 parent 17f969a commit a61bb0d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions circle.yml
Expand Up @@ -34,8 +34,10 @@ jobs:
- run: yarn run build
- run: yarn run test
- run: yarn run pack

# create artifacts/ and move installer from release/falcon-sql-client-vM.m.p.tar.gz to artifacts/linux-falcon-vM.m.p.tar.gz
- run: mkdir artifacts
- run: mv release/*.yml artifacts || true
- run: mv release/falcon-sql-client* artifacts
- run: for f in release/falcon-sql-client-*.tar.gz ; do mv $f artifacts/linux-falcon-v${f#release/falcon-sql-client-}; done

- store_artifacts:
path: artifacts

0 comments on commit a61bb0d

Please sign in to comment.