Skip to content

Commit

Permalink
Revert to Samba 4.13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
glpatcern committed Apr 13, 2021
1 parent 98c880a commit dd8e066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ before_script:
- test -n "${CI_COMMIT_TAG}" && export TAG_MINOR=$(echo ${CI_COMMIT_TAG} | sed -e 's/^v//;s/\([^_]\+\)_\([^_]\+\)_//;s/_/./')

variables:
SAMBAVERSION: "4.13.7" # also supported "4.11" and "4.12"
SAMBAVERSION: "4.13.5" # latest is 4.13.7 but we have a missing dependency, which would require bringing in python 3.8


## Pre-builds ##
Expand Down

0 comments on commit dd8e066

Please sign in to comment.