mirror of
https://github.com/plausible/analytics.git
synced 2024-11-22 18:52:38 +03:00
CI BS
This commit is contained in:
parent
de3e7438bc
commit
af4054ef84
5
.github/workflows/docker.yml
vendored
5
.github/workflows/docker.yml
vendored
@ -18,6 +18,11 @@ jobs:
|
||||
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
|
||||
id: extract_branch
|
||||
|
||||
- name: WAT
|
||||
shell: bash
|
||||
run: ls $GITHUB_WORKSPACE/priv/static
|
||||
id: ls_github_workspace
|
||||
|
||||
- name: Prepeare release
|
||||
shell: bash
|
||||
run: ./rel/prepare_release.sh ${{ steps.extract_branch.outputs.branch }}
|
||||
|
Loading…
Reference in New Issue
Block a user