mirror of
https://github.com/logseq/logseq.git
synced 2026-05-02 09:56:31 +00:00
fix(ci): version check cmd
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user