Skip to content

Commit

Permalink
ci: Fix download link (#717)
Browse files Browse the repository at this point in the history
* ci: Convert to GH merge queue

* Remove beta download link
  • Loading branch information
tjtelan authored Nov 16, 2023
1 parent da960c4 commit a61a441
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 34 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/htmltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ concurrency:
cancel-in-progress: true

on:
push:
branches:
- staging
- trying
merge_group:
pull_request:
branches: [master]
workflow_dispatch:
Expand Down Expand Up @@ -57,7 +54,7 @@ jobs:
# Used by Bors to detect that all required jobs have completed successfully
done:
name: Pass html lint
if: github.event_name == 'push' && github.ref == 'refs/heads/staging'
if: github.event_name == 'merge_group'
needs: htmltest
runs-on: ubuntu-latest
steps:
Expand Down
15 changes: 2 additions & 13 deletions .github/workflows/screenshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ concurrency:
cancel-in-progress: true

on:
merge_group:
push:
branches:
- staging
- trying
pull_request:
branches: [master]
workflow_dispatch:
Expand Down Expand Up @@ -39,6 +37,7 @@ jobs:
with:
ref: ${{ github.event.pull_request.base.sha }}
path: current_repo

# Checkout and build files of a head ref.
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -101,13 +100,3 @@ jobs:
with:
name: changed-screenshots
path: /tmp/changed-screenshots

#- uses: actions/upload-artifact@v3
# with:
# name: base-site
# path: ./base

#- uses: actions/upload-artifact@v3
# with:
# name: pr-site
# path: "./head"
7 changes: 0 additions & 7 deletions bors.toml

This file was deleted.

9 changes: 0 additions & 9 deletions embeds/download-cli/curl-bash-copy.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
Stable installation method:

%copy first-line%
```bash
$ curl -fsS https://hub.infinyon.cloud/install/install.sh | bash
```

Beta installation method:

%copy first-line%
```bash
$ curl -fsS https://hub.infinyon.cloud/install_fvm/install_fvm.sh | bash
```

0 comments on commit a61a441

Please sign in to comment.