mirror of
https://github.com/ivabus/www
synced 2024-11-10 07:05:15 +03:00
test
This commit is contained in:
parent
fee0eb2fd6
commit
cbb71d81aa
3
.github/workflows/staging.yml
vendored
3
.github/workflows/staging.yml
vendored
|
@ -73,7 +73,6 @@ jobs:
|
|||
with:
|
||||
target: build
|
||||
|
||||
- run: echo "TeaXYZ-${STAGE}"
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 14
|
||||
|
@ -97,7 +96,7 @@ jobs:
|
|||
|
||||
- name: get cdk bucket
|
||||
run: |
|
||||
aws s3 ls | grep teaxyz-pr-${{ steps.PR.outputs.number }}
|
||||
aws s3 ls | "grep teaxyz-pr-${{ steps.PR.outputs.number }}"
|
||||
|
||||
|
||||
# sync images from www.tea.xyz/Images/packages to wherever bucket you are
|
||||
|
|
Loading…
Reference in a new issue