Skip to content

Commit

Permalink
Adjust GitHub directory structure (patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukiffer committed Jan 1, 2023
1 parent d2327e6 commit 2e59652
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .init-template.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ function update_package_json() {

function update_github_env_file() {
local -r github_org="$1"
eval "$SED_COMMAND 's/cncsc/$github_org/g' ./github/env.yaml"
mv "./github/.template" "./github/$github_org"
eval "$SED_COMMAND 's/cncsc/$github_org/g' ./github/$github_org/env.yaml"
}

function update_remote_state_config() {
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 2e59652

Please sign in to comment.