Skip to content

Commit

Permalink
fix: clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit committed Aug 2, 2024
1 parent 3e7438e commit 894d969
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup/variables.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
#!/bin/bash

GIT_SSH_URL=${GIT_SSH_URL:-git@github.com:cslant}

# shellcheck disable=SC2034
GITHUB_TOKEN=${GIT_TOKEN:-ghp_1234567890}

# shellcheck disable=SC2034
CURRENT_DIR=$(pwd)

# shellcheck disable=SC2034
SOURCE_DIR=$(readlink -f "$SOURCE_CODE_PATH")

# shellcheck disable=SC2034
BLOG_PACKAGE_REPO_NAMES=(
'blog-api-package'
Expand Down

0 comments on commit 894d969

Please sign in to comment.