Просмотр исходного кода

disable upload-to-cdn and sync-version-numbers until the fix

until upload-to-cdn is refactored to publish multiple packages
revert when upload-to-cdn is updated

//cc @goto-bus-stop
Artur Paikin 6 лет назад
Родитель
Сommit
3b154608dd
2 измененных файлов с 6 добавлено и 1 удалено
  1. 1 1
      .travis.yml
  2. 5 0
      bin/sync-version-numbers

+ 1 - 1
.travis.yml

@@ -10,7 +10,7 @@ script:
 - npm run build
 - npm run test
 - if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then npm run test:endtoend; fi
-- npm run uploadcdn
+#- npm run uploadcdn
 cache:
   apt: true
   directories:

+ 5 - 0
bin/sync-version-numbers

@@ -18,6 +18,11 @@ set -o nounset
 # __base="$(basename ${__file} .sh)"
 # __root="$(cd "$(dirname "${__dir}")" && pwd)"
 
+# disable this script
+# until upload-to-cdn is refactored to publish multiple packages
+# remove when upload-to-cdn is back
+exit 0
+
 if [ "${ENDTOEND:=0}" = "1" ]; then
   echo "Publishing for e2e tests, skipping version number sync."
   exit 0