Skip to content

build: sync common files from github_organization_management repository #8

build: sync common files from github_organization_management repository

build: sync common files from github_organization_management repository #8

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
env:
DOCKER_RUN_OPTIONS: "-v ${{ github.workspace }}:/src"
DOCKER_WORKFLOW_SCRIPTS_DIR: /src/.github/workflows
BUILDIMAGE: metwork/mfservplugins-centos8-buildimage:master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout repository
uses: actions/checkout@v3
- name: test
run: |
docker run ${DOCKER_RUN_OPTIONS} --rm ${BUILDIMAGE} /bin/bash -c "${DOCKER_WORKFLOW_SCRIPTS_DIR}/build.sh"