Skip to content

added copy cmd to docker to fix build issues (#12) #6

added copy cmd to docker to fix build issues (#12)

added copy cmd to docker to fix build issues (#12) #6

Workflow file for this run

name: Trigger Pipeline
on:
push:
branches:
- "master"
jobs:
build:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v3
-
name: Trigger pipeline
run: ${{ secrets.PIPELINE_TRIGGER }}