Skip to content

Fix Rook-Ceph's CephNFS Link #56

Fix Rook-Ceph's CephNFS Link

Fix Rook-Ceph's CephNFS Link #56

Workflow file for this run

name: CRDs gen
on:
push:
tags:
- v*
branches:
- master
- release-*
pull_request:
branches:
- master
- release-*
defaults:
run:
# reference: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#using-a-specific-shell
shell: bash --noprofile --norc -eo pipefail -x {0}
jobs:
crds-gen:
runs-on: ubuntu-18.04
steps:
- uses: actions/setup-go@v2
with:
go-version: 1.16
- name: checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: copy working directory to GOPATH
run: sudo mkdir -p /home/runner/go/src/github.com/rook && sudo cp -a /home/runner/work/nfs/nfs /home/runner/go/src/github.com/rook/.
- name: run crds-gen
working-directory: /home/runner/go/src/github.com/rook/nfs
run: GOPATH=$(go env GOPATH) make crds
- name: validate crds-gen
working-directory: /home/runner/go/src/github.com/rook/nfs
run: tests/scripts/validate_modified_files.sh crd