1
1
mirror of https://github.com/primer/css.git synced 2024-09-21 05:39:15 +03:00
Commit Graph

26 Commits

Author SHA1 Message Date
Shawn Allen
c34ce15f07 move commit status notifications closer to publish
Previously, we were reporting pending publish status for whatever
package.json versions were in git. This moves the `notify pending` calls
right before the publish calls so that we can be sure we're always
reporting the version that will be published if it succeeds.
2017-07-25 11:35:52 -07:00
Shawn Allen
bcb43df63f tweak ci build logic 2017-07-25 10:32:15 -07:00
Shawn Allen
71dad239ad rejigger cibuild logic for push builds only 2017-07-25 10:23:41 -07:00
Shawn Allen
0e5d7905b2 tweak debug message formatting 2017-07-20 17:51:11 -07:00
Shawn Allen
03f4a9f3bd fix errant warning in RC builds 2017-07-20 17:49:27 -07:00
Shawn Allen
7af1dfa022 fix branch variable setting 2017-07-20 17:34:17 -07:00
Shawn Allen
6e68955260 fix release branch detection, better errors 2017-07-20 17:28:05 -07:00
Shawn Allen
212cf0f2ce more script/cibuild tweaks 2017-07-20 17:08:47 -07:00
Shawn Allen
c3913c8791 rejigger script/cibuild logic, add pending commit status 2017-07-20 17:02:11 -07:00
Shawn Allen
136f0c4a2f debug some travis env vars 2017-07-20 16:49:22 -07:00
Shawn Allen
10e9e732c6 clean up 2017-07-20 15:21:59 -07:00
Shawn Allen
cce5dea156 clean up cibuild script, publish RCs on release-* branches 2017-07-20 14:13:49 -07:00
Shawn Allen
cdf17a5bfb rename release-canary => release-pr 2017-07-13 16:36:27 -07:00
Shawn Allen
8d636f65f8 isolate rc and release scripts 2017-07-13 16:11:38 -07:00
Shawn Allen
d8e4ddaf3d isolate release-canary script for easier testing 2017-07-13 16:09:47 -07:00
Shawn Allen
b9fb9565b3 remove unicode char from status message 2017-07-13 15:25:16 -07:00
Shawn Allen
6325c214ce tidy up status reporting 2017-07-13 15:15:40 -07:00
Shawn Allen
548772d6d5 try setting TRAVIS_COMMIT inline 2017-07-13 14:55:50 -07:00
Shawn Allen
1b757daaf3 fix typo 2017-07-13 13:52:10 -07:00
Shawn Allen
5c2fb08472 send PR commit status w/canary version 2017-07-13 13:36:17 -07:00
Shawn Allen
b57d5297a1 echo the rc and release commands, just to be safe 2017-07-12 15:23:07 -07:00
Shawn Allen
92656aa4ec add a comment to explain why we're passing args 2017-07-12 13:43:31 -07:00
Shawn Allen
0d3f6b7458 rename ci_args to args 2017-07-11 13:09:43 -07:00
Shawn Allen
f40a30c032 get ci_args from argv[1:] 2017-07-11 13:09:27 -07:00
Shawn Allen
03d2e1f221 run all ci release commands with --yes 2017-07-10 15:48:41 -07:00
Shawn Allen
4bb84f88a5 rename deploy => cibuild 2017-07-10 15:31:41 -07:00