From 6bf4e3beca325f2428f29122f718877a9b5878bf Mon Sep 17 00:00:00 2001 From: Roberto Di Remigio Date: Thu, 22 Oct 2020 10:40:13 +0200 Subject: [PATCH] Remove integration with Palisade (#43) --- .github/workflows/palisade.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .github/workflows/palisade.yml diff --git a/.github/workflows/palisade.yml b/.github/workflows/palisade.yml deleted file mode 100644 index 3aede57c..00000000 --- a/.github/workflows/palisade.yml +++ /dev/null @@ -1,15 +0,0 @@ -on: [push] - -name: Release VAMPyR - -jobs: - release: - runs-on: ubuntu-latest - if: contains(github.ref, 'refs/heads/release') - steps: - - uses: actions/checkout@v2 - - name: Releases via Palisade - run: | - docker run --rm --name palisade -v $(pwd):/workspace -e GITHUB_TOKEN -e GITHUB_REF -e GITHUB_REPOSITORY --workdir /workspace lightspeedhq/palisade palisade github-action - env: - GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}