Skip to content

Commit

Permalink
chore(builds): only publish artifacts once (#98)
Browse files Browse the repository at this point in the history
* chore: only publish artifacts once

Right now Travis tries to publish the build artifacts to the `flex-layout-builds` repository for each mode.
Fortunately it still only published once, because Git doesn't allow re-publishing of the same git tags.

The issue has been fixed with version `0.0.7` of `travis-after-modes` (devversion/travis-after-modes@387328e)

This is similar to angular/components@8470534

* Update yarn lock
  • Loading branch information
devversion authored and ThomasBurleson committed Jan 6, 2017
1 parent 14f009d commit 87d142f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
"style-loader": "^0.13.1",
"stylelint": "^7.5.0",
"symlink-or-copy": "^1.0.1",
"travis-after-modes": "0.0.6-2",
"travis-after-modes": "0.0.7",
"ts-helpers": "1.1.2",
"ts-node": "^0.7.3",
"tslint": "^4.2.0",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7287,9 +7287,9 @@ traverse-chain@~0.1.0:
version "0.3.9"
resolved "https://registry.yarnpkg.com/traverse/-/traverse-0.3.9.tgz#717b8f220cc0bb7b44e40514c22b2e8bbc70d8b9"

[email protected].6-2:
version "0.0.6-2"
resolved "https://registry.yarnpkg.com/travis-after-modes/-/travis-after-modes-0.0.6-2.tgz#1c7bd73f1fd3e9c646bb1eb7600d63e01433e23b"
[email protected].7:
version "0.0.7"
resolved "https://registry.yarnpkg.com/travis-after-modes/-/travis-after-modes-0.0.7.tgz#a3f3c058d3e86aaa7bf41bb087c75db9145a718c"
dependencies:
request "^2.79.0"
request-promise "^4.1.1"
Expand Down

0 comments on commit 87d142f

Please sign in to comment.