Browse Source

fix(ci): version check cmd

Andelf 3 years ago
parent
commit
27af2a8234
1 changed files with 0 additions and 5 deletions
  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: