Skip to content
Snippets Groups Projects
Verified Commit e5cb4b6d authored by nd's avatar nd
Browse files

add ci

parent e7328f39
No related branches found
No related tags found
No related merge requests found
Pipeline #10997 failed
include:
- project: 'infra/packages/ci-utils'
ref: main
file: 'shared-ci.yml'
- local: 'gitlabci-version.yml'
variables:
PACKAGE_NAME: rocketchat-reporting
before_script:
- python3 -V
- lsb_release -a
- uname -a
- python3 -m pylint --version
- python3 -m coverage --version
package:apt:bullseye:
extends: .package:apt
package:apt:buster:
extends: .package:apt
# for now, publish the bullseye package for buster as well
publish:apt:buster:
extends: .publish:apt
variables:
APTLY_DISTRO: buster
dependencies:
- package:apt:bullseye
needs:
- package:apt:bullseye
publish:apt:bullseye:
extends: .publish:apt
variables:
APTLY_DISTRO: bullseye
dependencies:
- package:apt:bullseye
needs:
- package:apt:bullseye
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment