We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8c41ea6 + bad6c16 commit 93a59a4Copy full SHA for 93a59a4
.github/workflows/development.yaml
@@ -47,7 +47,7 @@ jobs:
47
- name: Compile image
48
run: |
49
export PKG_NAME=$(python3 -c "print([p for p in __import__('setuptools').find_packages() if '.' not in p][0])")
50
- export PKG_VERSION=$(cat ${PKG_NAME}/version.py | awk -F\' '/__version__ = / {print $2}')
+ export PKG_VERSION=$(cat ${PKG_NAME}/version.py | awk -F\" '/__version__ = / {print $2}')
51
export HOST_UID=$(id -u)
52
docker-compose -f docker-compose-build.yaml up --exit-code-from element --build
53
IMAGE=$(docker images --filter "reference=datajoint/${PKG_NAME}*" \
0 commit comments