Browse Source

Bump to fix bootstrap call

John Kleinschmidt 7 years ago
parent
commit
248c1e1118
1 changed files with 6 additions and 6 deletions
  1. 6 6
      .circleci/config.yml

+ 6 - 6
.circleci/config.yml

@@ -20,9 +20,9 @@ jobs:
          name: Bootstrap
          command: |
            if [ "$ELECTRON_RELEASE" == "1" ]; then
-              script/bootstrap --target_arch=$TARGET_ARCH -v
+              script/bootstrap.py --target_arch=$TARGET_ARCH -v
            else
-              script/bootstrap --target_arch=$TARGET_ARCH -v --dev
+              script/bootstrap.py --target_arch=$TARGET_ARCH -v --dev
            fi
       - run: npm run lint
       - run:
@@ -65,9 +65,9 @@ jobs:
          name: Bootstrap
          command: |
            if [ "$ELECTRON_RELEASE" == "1" ]; then
-              script/bootstrap --target_arch=$TARGET_ARCH -v
+              script/bootstrap.py --target_arch=$TARGET_ARCH -v
            else
-              script/bootstrap --target_arch=$TARGET_ARCH -v --dev
+              script/bootstrap.py --target_arch=$TARGET_ARCH -v --dev
            fi
       - run: npm run lint
       - run:
@@ -110,9 +110,9 @@ jobs:
          name: Bootstrap
          command: |
            if [ "$ELECTRON_RELEASE" == "1" ]; then
-              script/bootstrap --target_arch=$TARGET_ARCH -v
+              script/bootstrap.py --target_arch=$TARGET_ARCH -v
            else
-              script/bootstrap --target_arch=$TARGET_ARCH -v --dev
+              script/bootstrap.py --target_arch=$TARGET_ARCH -v --dev
            fi
       - run: npm run lint
       - run: