Skip to content

Update getAnnotationInfos.xql #129

Update getAnnotationInfos.xql

Update getAnnotationInfos.xql #129

Workflow file for this run

name: Docker build PR
on:
# push:
# branches: [ main ]
pull_request:
types: [opened, edited, reopened]
branches: [ develop, main ]
env:
DOCKER_IMAGE: bwbohl/sencha-cmd
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build Edirom Online from ${{ github.ref }}
run: docker run --rm -v `pwd`:/app -w /app --entrypoint ./build.sh bwbohl/sencha-cmd
- name: Upload Artifacts
if: github.repository == 'Edirom/Edirom-Online'
uses: actions/actions/upload-artifact@v3.1.2
with:
# The name that the artifact will be made available under
name: EdiromOnline_${{ github.ref }}.zip
# The path to retrieve the artifact
path: build-xar/EdiromOnline*.xar
if-no-files-found: error # 'warn' or 'ignore' are also available, defaults to `warn`
#optional retention-days: 1 to 90
# deploy:
# needs: build
# runs-on: ubuntu-latest
# steps:
# - name: deploy
# uses: jaapio/keelsh-deploy@master
# with:
# keelBaseUrl: http://keel.euryanthe.de
# image: 'bazga/existdb'
# tag: 'latest'