Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/sdk-1278-dfxvm-install-script' i…
Browse files Browse the repository at this point in the history
…nto ens/shell-check-formatting
  • Loading branch information
ericswanson-dfinity committed Dec 6, 2023
2 parents e03f8d4 + 8e50744 commit a79d89b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 37 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-dfxvm-install-script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- sdk-1278-dfxvm-install-script
pull_request:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand All @@ -17,6 +18,7 @@ env:

jobs:
publish-manifest:
name: dfxvm-install-script-shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -37,6 +39,7 @@ jobs:
s/ *#.*//
" _out/install.sh
- name: Upload Artifacts
if: github.event_name == 'push'
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
single_commit: yes
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
pull_request:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand All @@ -17,6 +18,7 @@ env:

jobs:
publish-manifest:
name: install-script-shellcheck:required
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -38,6 +40,7 @@ jobs:
" _out/install.sh
cp public/manifest.json _out/manifest.json
- name: Upload Artifacts
if: github.event_name == 'push'
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
single_commit: yes
Expand Down
37 changes: 0 additions & 37 deletions src/dfx/.gitignore

This file was deleted.

0 comments on commit a79d89b

Please sign in to comment.