-
Notifications
You must be signed in to change notification settings - Fork 0
43 lines (34 loc) · 1.12 KB
/
main.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
name: Continuous integration
on:
push:
# To publish the images to be used on Kubernetes
#env:
# PROJECT: geoserver_gmf
# HAS_SECRETS: ${{ secrets.HAS_SECRETS }}
# # Requires CI_GPG_PRIVATE_KEY and GOPASS_CI_GITHUB_TOKEN secrets.
# # The release branches
# HELM_RELEASE_NAMES: int-2-7,prod-2-7
jobs:
main:
runs-on: ubuntu-22.04
name: Continuous integration
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
# To publish the images to be used on Kubernetes
# - uses: camptocamp/initialise-gopass-summon-action@v2
# with:
# ci-gpg-private-key: ${{ secrets.CI_GPG_PRIVATE_KEY }}
# github-gopass-ci-token: ${{ secrets.GOPASS_CI_GITHUB_TOKEN }}
# patterns: docker
# if: env.HAS_SECRETS == 'HAS_SECRETS'
- run: echo "${HOME}/.local/bin" >> ${GITHUB_PATH}
- run: python3 -m pip install --user --requirement=ci/requirements.txt
- name: Checks
run: c2cciutils-checks
- name: Build
run: ./build
# To publish the images to be used on Kubernetes
# - name: Publish
# run: c2cciutils-publish