Changeset a81ab76 in ammosreader
- Timestamp:
- 06/30/22 07:55:20 (3 years ago)
- Branches:
- AmmosSource, guix
- Children:
- ca6263a
- Parents:
- 2a9faed
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.gitlab-ci.yml
r2a9faed ra81ab76 1 1 image: python:latest 2 3 workflow: 4 rules: 5 - if: $CI_COMMIT_BRANCH 6 2 7 pages: 3 8 stage: deploy … … 21 26 reports: 22 27 junit: tests/report.xml 28 rules: 29 - if: $CI_COMMIT_BRANCH == "guix"
Note:
See TracChangeset
for help on using the changeset viewer.