Compare commits

...

3 Commits

Author SHA1 Message Date
alfresco-build
6e0a2d5262 Test 7.4.0-DEV1
Update upstream versions
    - alfresco-community-repo:   20.50
    - alfresco-enterprise-share: 20.35
    - acs-packaging:             7.4.0-DEV1
    - RELEASE_VERSION:
    - DEVELOPMENT_VERSION:
2023-01-05 15:35:27 +00:00
Damian.Ujma@hyland.com
d928646dcb Move ci workflow 2023-01-05 13:25:04 +01:00
Damian.Ujma@hyland.com
014d5cc499 Disable travis 2023-01-05 13:24:13 +01:00
3 changed files with 12 additions and 10 deletions

5
.github/workflows/ci.yml vendored Normal file
View File

@@ -0,0 +1,5 @@
name: ACS Community Packaging CI
env:
RELEASE_VERSION: 7.4.0-A8
DEVELOPMENT_VERSION: 7.4.0-A9-SNAPSHOT

View File

@@ -19,18 +19,15 @@ before_cache: bash scripts/travis/cleanup_cache.sh
branches:
only:
- master
- /release\/.*/
- /feature\/.*/
- /fix\/.*/
- none
env:
global:
- TAS_SCRIPTS=../alfresco-community-repo/packaging/tests/scripts
- TAS_ENVIRONMENT=./tests/environment
# Release version has to start with real version (7.4.0-....) for the docker image to build successfully.
- RELEASE_VERSION=7.4.0-A8
- DEVELOPMENT_VERSION=7.4.0-A9-SNAPSHOT
- RELEASE_VERSION=7.4.0-A8
- DEVELOPMENT_VERSION=7.4.0-A9-SNAPSHOT
stages:
- name: test

View File

@@ -9,13 +9,13 @@
<groupId>org.alfresco</groupId>
<artifactId>alfresco-community-repo</artifactId>
<relativePath>../alfresco-community-repo/pom.xml</relativePath>
<version>20.46</version>
<version>20.50</version>
</parent>
<properties>
<dependency.alfresco-community-repo.version>20.46</dependency.alfresco-community-repo.version>
<dependency.alfresco-community-share.version>20.32</dependency.alfresco-community-share.version>
<dependency.acs-packaging.version>7.4.0-A8</dependency.acs-packaging.version> <!-- for Share distribution zip -->
<dependency.alfresco-community-repo.version>20.50</dependency.alfresco-community-repo.version>
<dependency.alfresco-community-share.version>20.35</dependency.alfresco-community-share.version>
<dependency.acs-packaging.version>7.4.0-DEV1</dependency.acs-packaging.version> <!-- for Share distribution zip -->
<repo.image.tag>${dependency.alfresco-community-repo.version}</repo.image.tag>
<share.image.tag>${dependency.alfresco-community-share.version}</share.image.tag>