Explorar o código

fixed circleci script run path for gometalinter

Torkel Ödegaard %!s(int64=7) %!d(string=hai) anos
pai
achega
829e3024ce
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .circleci/config.yml

+ 1 - 1
.circleci/config.yml

@@ -83,7 +83,7 @@ jobs:
       - checkout
       - run:
           name: Gometalinter tests
-          command: './scripts/build/gometalinter.sh'
+          command: './scripts/gometalinter.sh'
 
   test-frontend:
     docker: