瀏覽代碼

fix(ci): version check cmd

Andelf 3 年之前
父節點
當前提交
27af2a8234
共有 1 個文件被更改,包括 0 次插入5 次删除
  1. 0 5
      .github/workflows/build.yml

+ 0 - 5
.github/workflows/build.yml

@@ -49,11 +49,6 @@ jobs:
         with:
           node-version: 16
 
-      - name: Check Dockerfile consistency
-        run: |
-          DOCKER_VERSION=$(grep -Po 'FROM clojure:.*-deps-?\K(.*)' Dockerfile)
-          [[ $CLOJURE_VERSION == $DOCKER_VERSION ]] || { echo "Please make sure Docker container version matches CLOJURE_VERSION" && exit 1; }
-
       - name: Install Clojure tools.deps
         uses: DeLaGuardo/setup-clojure@master
         with: