Skip to content

Commit

Permalink
test: remove shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandoataoldotcom authored Oct 9, 2023
1 parent e31413d commit be4c3a6
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .devcontainer/tools/create-ghcr-regcred.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/bin/bash

create-ghcr-regcred() {
gh_username=""
gh_token=""
Expand Down
2 changes: 0 additions & 2 deletions .devcontainer/tools/glueops-fetch-repos.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/bin/bash

glueops-fetch-repos() {
#https://stackoverflow.com/a/68770988/4620962

Expand Down
2 changes: 0 additions & 2 deletions .devcontainer/tools/run-gha.sh
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 0 additions & 2 deletions .devcontainer/tools/yolo.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/bin/bash

yolo() {
# Always unset GITHUB_TOKEN
unset GITHUB_TOKEN
Expand Down

0 comments on commit be4c3a6

Please sign in to comment.