diff --git a/.devcontainer/tools/create-ghcr-regcred.sh b/.devcontainer/tools/create-ghcr-regcred.sh index ff11d86..5072730 100644 --- a/.devcontainer/tools/create-ghcr-regcred.sh +++ b/.devcontainer/tools/create-ghcr-regcred.sh @@ -1,5 +1,3 @@ -#!/bin/bash - create-ghcr-regcred() { gh_username="" gh_token="" diff --git a/.devcontainer/tools/glueops-fetch-repos.sh b/.devcontainer/tools/glueops-fetch-repos.sh index 2f1eaa1..7f4b9b8 100644 --- a/.devcontainer/tools/glueops-fetch-repos.sh +++ b/.devcontainer/tools/glueops-fetch-repos.sh @@ -1,5 +1,3 @@ -#!/bin/bash - glueops-fetch-repos() { #https://stackoverflow.com/a/68770988/4620962 diff --git a/.devcontainer/tools/run-gha.sh b/.devcontainer/tools/run-gha.sh index 4316810..2be815a 100644 --- a/.devcontainer/tools/run-gha.sh +++ b/.devcontainer/tools/run-gha.sh @@ -1,5 +1,3 @@ -#!/bin/bash - run-gha() { #https://stackoverflow.com/questions/6245570/how-do-i-get-the-current-branch-name-in-git gh workflow run --ref=$(git rev-parse --abbrev-ref HEAD) diff --git a/.devcontainer/tools/yolo.sh b/.devcontainer/tools/yolo.sh index 9c5ffd4..a76227e 100644 --- a/.devcontainer/tools/yolo.sh +++ b/.devcontainer/tools/yolo.sh @@ -1,5 +1,3 @@ -#!/bin/bash - yolo() { # Always unset GITHUB_TOKEN unset GITHUB_TOKEN