Skip to content

Apply DAPI encryption changes. #17

Apply DAPI encryption changes.

Apply DAPI encryption changes. #17

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- name: Checkout repository contents
uses: actions/checkout@v2
- name: Build
run: docker run -e WORK_DIR="$PWD" -v $PWD:$PWD ubuntu:20.04 $PWD/.github/workflows/start.sh