Ver Fonte

build: fixes filename issues.

Leonard Gram há 7 anos atrás
pai
commit
3aa0a0ca98
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      .circleci/config.yml

+ 2 - 2
.circleci/config.yml

@@ -242,7 +242,7 @@ jobs:
           command: '/tmp/bootstrap.sh'
       - run:
           name: checkout enterprise
-          command: './scripts/build/prepare_enterprise.sh'
+          command: './scripts/build/prepare-enterprise.sh'
       - run:
           name: test enterprise
           command: 'go test ./pkg/extensions/...'
@@ -274,7 +274,7 @@ jobs:
         command: '/tmp/bootstrap.sh'
     - run:
         name: checkout enterprise
-        command: './scripts/build/prepare_enterprise.sh'
+        command: './scripts/build/prepare-enterprise.sh'
     - restore_cache:
         key: phantomjs-binaries-{{ checksum "scripts/build/download-phantomjs.sh" }}
     - run: