Skip to content

Commit

Permalink
Forgot something
Browse files Browse the repository at this point in the history
  • Loading branch information
almirsarajcic committed Sep 18, 2024
1 parent d7d5445 commit d5ab25b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion .github/github_workflows.ex
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,6 @@ defmodule GithubWorkflows do
name: "Test #{os} script with #{shell} shell",
"runs-on": runs_on,
env: [
CI: "true",
SHELL: "/bin/#{shell}",
TZ: "America/New_York"
],
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
name: Test Linux script with bash shell
runs-on: ubuntu-latest
env:
CI: true
SHELL: /bin/bash
TZ: America/New_York
steps:
Expand Down Expand Up @@ -54,7 +53,6 @@ jobs:
name: Test macOS script with bash shell
runs-on: macos-latest
env:
CI: true
SHELL: /bin/bash
TZ: America/New_York
steps:
Expand Down Expand Up @@ -98,7 +96,6 @@ jobs:
name: Test Linux script with zsh shell
runs-on: ubuntu-latest
env:
CI: true
SHELL: /bin/zsh
TZ: America/New_York
steps:
Expand Down Expand Up @@ -145,7 +142,6 @@ jobs:
name: Test macOS script with zsh shell
runs-on: macos-latest
env:
CI: true
SHELL: /bin/zsh
TZ: America/New_York
steps:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
name: Test Linux script with bash shell
runs-on: ubuntu-latest
env:
CI: true
SHELL: /bin/bash
TZ: America/New_York
steps:
Expand Down Expand Up @@ -54,7 +53,6 @@ jobs:
name: Test macOS script with bash shell
runs-on: macos-latest
env:
CI: true
SHELL: /bin/bash
TZ: America/New_York
steps:
Expand Down Expand Up @@ -98,7 +96,6 @@ jobs:
name: Test Linux script with zsh shell
runs-on: ubuntu-latest
env:
CI: true
SHELL: /bin/zsh
TZ: America/New_York
steps:
Expand Down Expand Up @@ -145,7 +142,6 @@ jobs:
name: Test macOS script with zsh shell
runs-on: macos-latest
env:
CI: true
SHELL: /bin/zsh
TZ: America/New_York
steps:
Expand Down
2 changes: 0 additions & 2 deletions priv/static/macOS.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@ install() {
echo 'eval "$(~/.local/bin/mise activate zsh)"' >>$config_file
;;
esac

. "$config_file"
;;
"Phoenix")
mise exec -- mix local.hex --force
Expand Down

0 comments on commit d5ab25b

Please sign in to comment.