Post-GA cleanup

This commit is contained in:
mstrankowski
2024-05-24 12:13:45 +02:00
parent 3237a7681d
commit 81bd58b843

View File

@@ -28,9 +28,9 @@ env:
QUAY_USERNAME: ${{ secrets.QUAY_USERNAME }}
TAS_ENVIRONMENT: ./tests/environment
TAS_SCRIPTS: ../alfresco-community-repo/packaging/tests/scripts
# Release version has to start with real version (7.4.2-....) for the docker image to build successfully.
RELEASE_VERSION=7.4.2.1
DEVELOPMENT_VERSION=7.4.2.2-SNAPSHOT
# Release version has to start with real version (7.4.2-....) for the docker image to build successfully.
RELEASE_VERSION: 7.4.2.1
DEVELOPMENT_VERSION: 7.4.2.2-SNAPSHOT
jobs:
tas_tests: