File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 21
21
strategy :
22
22
fail-fast : false
23
23
matrix :
24
- image :
24
+ image :
25
+ - intersystemsdc/iris-community:2023.3-zpm
25
26
- intersystemsdc/iris-community:latest
26
27
- intersystemsdc/iris-community:preview
27
28
runs-on : ubuntu-latest
33
34
- name : Run Tests
34
35
env :
35
36
FOLDER : /home/irisowner/sqlalchemy-iris
36
- run : |
37
+ run : |
37
38
docker build --build-arg BASE=$IMAGE -t sqlalchemy-iris .
38
39
docker run -i --rm sqlalchemy-iris
39
40
53
54
id : set-version
54
55
run : |
55
56
VERSION=$(grep version setup.cfg | cut -d= -f2 | tr -d '[:blank:]')
56
- [ $GITHUB_EVENT_NAME == 'push' ] && VERSION+=b && VERSION+=$(($(git tag -l "*$VERSION*" | cut -db -f2 | sort -n | tail -1)+1))
57
+ [ $GITHUB_EVENT_NAME == 'push' ] && VERSION+=b && VERSION+=$(($(git tag -l "*$VERSION*" | cut -db -f2 | sort -n | tail -1)+1))
57
58
[ $GITHUB_EVENT_NAME == 'release' ] && VERSION=${{ github.event.release.tag_name }} && VERSION=${VERSION/v/}
58
59
echo VERSION = $VERSION
59
60
sed -ie "s/version = .*/version = $VERSION/" setup.cfg
You can’t perform that action at this time.
0 commit comments