Skip to content

feat: Folder upload #1045

feat: Folder upload

feat: Folder upload #1045

Workflow file for this run

name: pr-ci-build
on:
pull_request:
types: [opened, edited, synchronize, labeled, unlabeled]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
env:
TRAVIS_PULL_REQUEST: true
BUILD_RBD_APP_UI: false
run: VERSION=${{ github.base_ref }}-dev ./build.sh