Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
akvlad committed Sep 5, 2024
1 parent f58cb82 commit 5c19c7f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
7 changes: 1 addition & 6 deletions .github/actions/get-view/action.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
name: pull view action
inputs:
tag:
description: 'The release tag to pull'
type: string
required: true
runs:
using: "composite"
steps:
- run: mkdir view && cd view
shell: bash
- run: wget https://github.com/metrico/qryn-view/releases/download/$INPUT_TAG/dist.zip
- run: wget https://github.com/metrico/qryn-view/releases/download/$TAG/dist.zip
shell: bash
- run: unzip dist.zip && rm dist.zip
shell: bash
6 changes: 3 additions & 3 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
node-version: 18
- name: build qryn-view
uses: ./.github/actions/get-view
with:
env:
tag: v3.3.2
- name: Publish to NPM
if: ${{ steps.checksecrets.outputs.secretspresent }}
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
SECRET: ${{ secrets.DOCKERHUB_TOKEN }}
- name: build qryn-view
uses: ./.github/actions/get-view
with:
env:
tag: v3.3.2
- name: Set up Docker QEMU
if: ${{ steps.checkdocker.outputs.secretspresent }}
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
SECRET: ${{ secrets.DOCKERHUB_TOKEN }}
- name: build qryn-view
uses: ./.github/actions/get-view
with:
env:
tag: v3.3.2
- name: Set up Docker QEMU
if: ${{ steps.checkdocker.outputs.secretspresent }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node-clickhouse.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
cache: 'npm'
- name: build qryn-view
uses: ./.github/actions/get-view
with:
env:
tag: v3.3.2
- name: check if qryn-view pulled
run: pushd view && ls | grep assets && popd
Expand Down

0 comments on commit 5c19c7f

Please sign in to comment.