File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 20
20
NEXUS3_LICENSE_B64_ENCODED : ${{ secrets.NEXUS3_LICENSE_B64_ENCODED }}
21
21
AZURE_STORAGE_ACCOUNT_KEY : ${{ secrets.AZURE_STORAGE_ACCOUNT_KEY }}
22
22
run : |
23
- # Temporarily disabled due to expired license. See https://github.com/datadrivers/terraform-provider-nexus/issues/358
24
- # echo "${NEXUS3_LICENSE_B64_ENCODED}" | base64 -d > scripts/license.lic
23
+ echo "${NEXUS3_LICENSE_B64_ENCODED}" | base64 -d > scripts/license.lic
25
24
make start-services
26
25
27
26
test -s scripts/license.lic || export SKIP_PRO_TESTS="true"
Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v4.3 .0
3
+ rev : v4.4 .0
4
4
hooks :
5
5
- id : end-of-file-fixer
6
6
- id : trailing-whitespace
7
7
- repo : https://github.com/commitizen-tools/commitizen
8
- rev : v2.27.1
8
+ rev : v3.6.0
9
9
hooks :
10
10
- id : commitizen
11
11
stages : [commit-msg]
You can’t perform that action at this time.
0 commit comments