mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-07-31 17:38:33 +00:00
ACS-4454 Migrating to GH Actions (#727)
This commit is contained in:
committed by
GitHub
parent
840529bdb9
commit
284901159d
@@ -1,6 +1,6 @@
|
||||
# Build
|
||||
The `alfresco-transform-core` project uses _Travis CI_. \
|
||||
The `.travis.yml` config file can be found in the root of the repository.
|
||||
The `alfresco-transform-core` project uses _GitHub Actions CI_. \
|
||||
The `ci.yml` config file can be found in the `.github/workflows` directory of the project.
|
||||
|
||||
|
||||
## Stages and Jobs
|
||||
@@ -9,7 +9,7 @@ The `.travis.yml` config file can be found in the root of the repository.
|
||||
|
||||
|
||||
## Branches
|
||||
Travis CI builds differ by branch:
|
||||
GitHub Actions CI builds differ by branch:
|
||||
* `master` / `SP/*` / `HF/*` branches:
|
||||
- regular builds which include the _Build_ stage;
|
||||
> On the `master` branch only the _Build_ stage updates the `latest` T-Engines images on
|
||||
|
Reference in New Issue
Block a user