From d5ab25b8cfe3f52861ab91fdb282ec1d7023b0a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Almir=20Saraj=C4=8Di=C4=87?= Date: Thu, 19 Sep 2024 00:33:03 +0200 Subject: [PATCH] Forgot something --- .github/github_workflows.ex | 1 - .github/workflows/main.yml | 4 ---- .github/workflows/pr.yml | 4 ---- priv/static/macOS.sh | 2 -- 4 files changed, 11 deletions(-) diff --git a/.github/github_workflows.ex b/.github/github_workflows.ex index 69adc5f2..349f61a2 100644 --- a/.github/github_workflows.ex +++ b/.github/github_workflows.ex @@ -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" ], diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 20b7e838..00431dd0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: @@ -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: @@ -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: @@ -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: diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index a4cdc208..977f6fdb 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -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: @@ -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: @@ -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: @@ -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: diff --git a/priv/static/macOS.sh b/priv/static/macOS.sh index 7887f3b5..3cfe8903 100755 --- a/priv/static/macOS.sh +++ b/priv/static/macOS.sh @@ -96,8 +96,6 @@ install() { echo 'eval "$(~/.local/bin/mise activate zsh)"' >>$config_file ;; esac - - . "$config_file" ;; "Phoenix") mise exec -- mix local.hex --force