Changeset a81ab76 in ammosreader for .gitlab-ci.yml


Ignore:
Timestamp:
06/30/22 07:55:20 (3 years ago)
Author:
Enrico Schwass <ennoausberlin@…>
Branches:
AmmosSource, guix
Children:
ca6263a
Parents:
2a9faed
Message:

generate doc for the guix branch only

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .gitlab-ci.yml

    r2a9faed ra81ab76  
    11image: python:latest
     2
     3workflow:
     4  rules:
     5    - if: $CI_COMMIT_BRANCH
     6
    27pages:
    38  stage: deploy
     
    2126    reports:
    2227      junit: tests/report.xml
     28  rules:
     29    - if: $CI_COMMIT_BRANCH == "guix"
Note: See TracChangeset for help on using the changeset viewer.