You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ after_script:
90
90
- node tools/analytics/build-analytics start ci after_script
91
91
- ./scripts/ci/print-logs.sh
92
92
- ./scripts/ci/after-script.sh
93
-
- ./scripts/ci/publish-build-artifacts.sh
93
+
- ./scripts/publish/publish-build-artifacts.sh
94
94
- node tools/analytics/build-analytics success ci after_script
95
95
- if [[ $TRAVIS_TEST_RESULT -eq 0 ]]; then node tools/analytics/build-analytics success ci job; else node tools/analytics/build-analytics error ci job; fi
0 commit comments