Skip to content

Commit

Permalink
wip: ci scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
robinbourianes-kalisio committed May 24, 2024
1 parent e7cc28c commit 1c579ed
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
4 changes: 0 additions & 4 deletions scripts/init_runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ init_github_build_app() {
install_reqs age sops nvm node16
}

init_github_build_docs() {
install_reqs age sops nvm node18
}

begin_group "Init $CI_ID for $JOB_ID"

init_"${CI_ID}_${JOB_ID}"
Expand Down
5 changes: 0 additions & 5 deletions scripts/setup_workspace.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ begin_group "Setting up workspace ..."
if [ "$CI" = true ]; then
WORKSPACE_DIR="$(dirname "$ROOT_DIR")"
DEVELOPMENT_REPO_URL="https://$GITHUB_DEVELOPMENT_TOKEN@github.com/kalisio/development.git"

# workaround since repo is named 'kano' and in kli file it's 'maps'
cd "$WORKSPACE_DIR"
mv "kano" "maps" && ln -s "maps" "kano"
cd ~-
else
shift $((OPTIND-1))
WORKSPACE_DIR="$1"
Expand Down

0 comments on commit 1c579ed

Please sign in to comment.